Week 5 – Progress Report
The last week I spent some time on histograms and object recognition using histograms. Histograms are a collection of bins for counting pixels with certain characteristic. Histograms can have multiple...
View ArticleAn interactive projection of a virtual hand onto a casted one
This project consists of creating a virtual model of a physical object, then projecting it back to the real one. I decided to use a mold of my right hand as model. Phase 1: create a physical replica I...
View ArticlePixels 4 poverty
A simple installation for charity. A big screen with a sketched image and a number to dial. Users call the number and pay a dollar per pixel in order to color the image. Visiting a website they can...
View ArticleAugmented reality
I have tried to play with NyARToolkit in a Processing sketch. Here the video: It follows the code of the growing mountain: import java.io.*; import processing.opengl.*; import jp.nyatla.nyar4psg.*;...
View ArticleWeek 2 – Python Crash Course
Two types of web based ideas: A platform for the ITP floor – is there data and communication that could be shared with the community in a more efficient or unique manner with the Internet involved....
View ArticleBuild a 3D scanner from scratch
For the first assignment we were asked to build a 3D scanner from scratch. I took inspiration from here and I tried to build my own.
View ArticleDrawing with a Kinect
Using OpenFramewoks, the challenge for this assignment was to find the ‘fore point’ from the Kinect’s Depth Image and treating it as the tip of a pencil. I’ve merged the ribbon example by James Jorge...
View Article500k hotels
Hotels by star from 1 star on the far most left to 5 stars on the far most right: Processing sketch: BufferedReader myReader; void setup() { size(5000,600); background(0); myReader =...
View ArticleTileMill
World view: Seattle: view: Processing sketch: //lat,lon,alt,date,device,os,version import processing.opengl.*; import codeanticode.glgraphics.*; import de.fhpotsdam.unfolding.*; import...
View ArticleFinal project
For my final I am focusing on representing data with 3D objects. I am interested in creating a tool that can be used to create data visualization pieces for people interested in 3D. A data...
View Article