social sqncr is an interactive audio-visual installation that aims to make people more aware of the act of creating their … More
Tag: openFrameworks
Gaussian blur and median filtering on a noisy image
The column in the middle is the image with gaussian blur and the right column is the image with median … More
Beautiful People
Beautiful People is a poster generated by analyzing and processing pixel data from Marilyn Manson’s “Beautiful People” music video. The … More
Grumpus – face tracking experiment
Uses frontal face tracking, the cats eyes follow the face detected. Made with OpenFrameworks.
Color tracking experiment
A simple color tracking app that tracks 2 colors. Made with OpenFrameworks.
Drawing with textures
A simple drawing tool. Has options for 5 texture brushes, brush size, fill, eraser and clear. Written in C++/OpenFrameworks.
Contrast stretching and histogram equalization
Contrast stretching: do min max contrast stretching of the image. Find the minimum and maximum values of the pixels in … More
Experiment 1
Another prototype for thesis – a refined squid and a new tick creature created in oF. Both are hooked up … More
The squid – oF + Reaktor
The first prototype for thesis – hooked up Nick’s squid to Reaktor. The squid breathes and moves towards the mouse. … More
Gestural instrument with openCV
An experiment with OpenCV and the ofxMSAFluid library in OpenFrameworks. The white ball can be controlled by hand gestures and … More
Flitter
Uses point recording and FM sysnthesis. The location of a point affects the Carrier Frequency on the x-axis and Modulator … More
The Line
Uses a cumulative rotating drawing object and FM synthesis. The x and y difference between points affects the modulator index, … More
Use the FFT as input to make a visualizer for audio
Visualizing Chopin’s Etude op.10 #07 in OpenFrameworks with FFT and the ofxMSAFluid library.