Languish.org

General Category => Off the Record => Computer Affairs => Topic started by: DontSayBanana on May 23, 2012, 01:00:13 PM

Title: A DSB Computer Vision Build Log
Post by: DontSayBanana on May 23, 2012, 01:00:13 PM
History: I was feeling lazy.  I didn't feel like reaching for the computer.  I looked at the Kinect sensor sitting on top of my TV and thought "what if I could do that with my laptop's webcam?"  A quick web search revealed lots of closed-source student projects and a few proprietary products that cost money.  I'm not just lazy, I'm cheap.  So I fired up NetBeans and started playing around with Java 7.

What the program needs to do:

See a hand
Recognize a hand's location and position
Track changes in location and position
Manipulate a cursor or overlay based on:
- current location
- current position
- change (delta) in location
- change (delta) in position

Comments from Max, vM, or anyone else familiar with comp sci are welcome.

Coming up: FOO SOO LOO ELECTRIC BUGALOO (Code heavy)
Title: Re: A DSB Computer Vision Build Log
Post by: Grey Fox on May 23, 2012, 01:33:19 PM
I'll test it & destroy your code confidence in the mean time.