Saturday, November 20, 2004

Computer Vision Project

I have started working on the team final project for my computer vision class. I think we are going to try to do gesture recongition using an apple iSight, and either a wand or a Minority Report style glove with leds on it. Here is the initial test where we simply track a green highligher.




Tuesday, November 09, 2004

Hough Transform

Here is some cool stuff that I have been working on for my Computer Vision class. We have been playing around with using the Hough Transform for images.

Here is the original Image:

Here is the corresponding hough space, which is a representation of how strong lines are in the image.

Then by finding local maximas in the hough space we can plot the strong lines of the image back onto the image.

I really think that the hough space is beautiful. It's so neat that it is simply another representation of the image. I really want to do some large prints of the hough space.