Revisiting an old project to create a Haar file for tracking the Lab logo. I thought it would be a good idea to track the IDEO logo. This time I tried building the file from a single image. The haar file was trained on 1000 positive images and 1000 negative images, the result are not …
Here is a little game that Nick and I built using the iPhone and Android as the game controller. The characters are controlled using your finger gestures. You need to eat as many berries as possible while avoiding the blocks.
My friend Kyle has a built an app the tweets every 140 charters he types twitter.com/keytweeter. I thought this was interesting so I built an app to pull his twitter down and visualize the most popular key. Unfortunately twitter only allows you to go 3200 tweets back via paging. So the picture about is Kyle’s …
Finally got normals working for the height map. Brad helped me a ton with the math, thanks brad :). After making sure I had the right points its was pretty simple. Here is an example to calculate normals for a grid in OpenFrameworks. Obviously this can be applied to any other language. The image above …