
(Video above) If you can’t see the player here’s the link: http://vimeo.com/36658578 Face puppet with Sketchup and FaceOSCSyphon in Processing. Using oscP5 and objloader library and all the resources at ITP!!! For our midterm I was interested to combine 3D modeling with face detection software in Processing. The .OBJ loader for Processing library works great! Its got [...]

(Video above) If you can’t see the player here’s the link: http://vimeo.com/36658578 This assignment tracks facial emotions. Essentially it uses FaceOSCSyphon (improvement by Greg Borenstein which is added features to FaceOSC by Kyle McDonald) ) to track features on the face using any camera. We can use Processing to import this information and have fun with [...]

Research 5 “above the neck” tracking by others. http://www.youtube.com/watch?v=5sPh6-J9wOA The Seeing Machines’ faceAPI, sophisticated face tracking program. http://www.youtube.com/watch?v=AA_ebIOkYN4 One application of the usage. http://www.popsci.com/technology/article/2011-09/creepiest-video-software-ever-substitutes-faces-real-time Face tracking with realtime mapping by Kyle MacDonald and Arturo Castro. http://www.instructables.com/id/Face-detection-and-tracking-with-Arduino-and-OpenC/ Face tracking with moving camera. http://vimeo.com/34442645 Face tracking for makeup artist. http://www.youtube.com/watch?v=WIoGdhkfNVE&feature Face [...]

-(video above)- If it doesn’t play go to this link: http://vimeo.com/36267446 Skeleton Tracking with Kinect & Processing /* This ‘experimental’ code adds features from Greg Borenstein’s & Dan O’Sullivan’s examples. Skeleton Tracking with semi-voluptuous muscles -Tak Cheung, Computational Cameras 02-06-2012 */ import SimpleOpenNI.*; SimpleOpenNI kinect; float DLUAflip; float DLLAflip; float DRUAflip; float DRLAflip; float dLeftLowerArm; [...]

10 ideas for skeleton tracking with Kinect (thoughts for class assignment) 1- Built-in to furniture; i.e. Chair – acknowledges user’s moods. Adjusts comfort level. 2- Built-in to products; i.e. Flower Pot – robotic arm moves branches to personified responses of bonsai tree. 3- Built-in to architecture; i.e. Elevator Lobby – detects posture of elderly, pregnant [...]

(video) For assignment in Computational Cameras class. We were given the processing code to start with a simple red dot as the tracking marker. The assignment was to change that red circle marker. I found that everything worked! The code given in class was very easy to customize. I plugged in an easing code to [...]