Green Balls

March 23rd, 2010 experiment no comments

little experiment from last week.

AR Scratching

April 24th, 2009 Projects,art,experiment,research 56 comments

Delaunay Contour

April 18th, 2009 experiment,research 3 comments

I wanted to create a shape within the contour so I used delaunay triangulation. This returned all the triangles that build up the convex hull of the points. This was great but I only wanted the triangles inside the contour. Theo gave me a really great inside polygon test which solved this. I made sure …

Contour

April 17th, 2009 art,experiment,research 6 comments

I used box2d to create a shape out of the contour of the body. There are still some some bugs that I’m trying to work out. Initially the shapes were only colliding with the interior of the contour but simple reversing the points solved that. Some shapes are still being push through but I think …

HaarTraining Exploration

December 14th, 2008 life 9 comments

So I have been trying to learn how to build Haarcascade files. There really is zero documentation online for this process, so its hard to tell if you are doing it right or wrong. This is where I am so far: step 1: You need to collect a bunch of negative images. Images that do …