View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

G3Update3

Motion Capture

Last Wednesday, we went over to the GTRI building to do some motion capture. Here are some of the results. A big thanks to Scott Robertson for all the help.

blastin.gifblastin.m1vblastin.wmv
dancin.gifdancin.m1vdancin.wmv
punched.gifpunched.m1vpunched.wmv
punchin.gifpunchin.m1vpunchin.wmv

Raw Footage

Last weekend, we checked out the HD camera and took lots of footage, hopefully all the footage we will need. We were getting poor results using our regular camera. The results from the HD camera are significantly better.

Color Change Code


We've decided to use Perlin Noise to generate the color change effect. Using Premiere, we isloated the blue overalls in a clip. Then, in OpenCV, we wrote some code that defines a region to be affected. It's currently all the pixels that are close to the edge of a circle that has a growing radius, but eventually it will be more complex and organic. These pixels are then modified with the perlin noise function. The current use of the noise function does not exactly match what we intend to do; it's there for demonstration purposes only.
Screenshot.pngScreenshot-1.png

Link to this Page