The aim of this exercise was to use computer vision. Computer vision is a complete field in itself. It has the power to take information from images or videos by complex methods of pixel analysis and etc. It has produced works ranging from art like display to automated robots. The xbox kinetic is an application [...]
Author Archives: habib.furqan@iaac.net
on computer vision-paik-times-five-by-flightphase
I Really like the concept to turning a solid wall into something more then it is. In this case the wall is an interactive canvas on which you use your body to create or animate a random objects. For more info here is the link
Sounds of Journey
The idea is simple to translate the journey of a person into a continuous stimulation of moods and emotion. Sounds the resultant of this stimulation is produced by changing speed, direction,relative distance to A & B and the compass “look direction” to produce a multitrack “song” that with time, the user can play with it’s [...]
The Moving Point and Line
The aim of this exercise was to take an existing code, which was a black background on which a point danced around the while leaving its teases. We had to convert this dancing single point into a dancing single line. I added a red to blue & blue to red gradient to it.To make it [...]
Using Loop
The aim of second Exercise was to use an Iteration function. An Iteration function is a function which keeps on repeating as long a statement is correct. There are two types of iteration functions “for” & “while”. (http://processing.org/reference/for.html).