Creative Community Spaces in INDIA
Jaaga – Creative Common Ground
Bangalore
http://www.jaaga.in/
CEMA – Center for Experimental Media Arts at Srishti School of Art, Design and Technology
Bangalore
http://cema.srishti.ac.in/site/
Bar1 – non-profit exchange programme by artists for artists to foster the local, Indian and international …
Facial Appearance Modeling/Tracking
I’ve been working on developing a method for automatic head-pose tracking, and along the way have come to model facial appearances. I start by initializing a facial bounding box using the Viola-Jones detector, a well known and robust detector used …
Short Time Fourier Transform using the Accelerate framework
Using the libraries pkmFFT and pkm::Mat, you can very easily perform a highly optimized short time fourier transform (STFT) with direct access to a floating-point based object.
Get the code on my github:
http://github.com/pkmital/pkmFFT
Depends also on: http://github.com/pkmital/pkmMatrix…
Real FFT/IFFT with the Accelerate Framework
Apple’s Accelerate Framework can really speed up your code without thinking too much. And it will also run on an iPhone. Even still, I did bang my head a few times trying to get a straightforward Real FFT and IFFT …
Responsive Ecologies Documentation
As part of a system of numerous dynamic connections and networks, we are reactive and deterministic to a complex system of cause and effect. The consequence of our actions upon our selves, the society we live in and the broader …
Streaming Motion Capture Data from the Kinect using OSC on Mac OSX
This guide will help to get you running PrimeSense NITE’s Skeleton Tracking inside XCode on your OSX. It will also help you stream that data in case you’d like to use it in another environment such as Max. An example …