Motion detection of a specific object in .net

Posted by abinop on Stack Overflow See other posts from Stack Overflow or by abinop
Published on 2010-03-12T02:15:57Z Indexed on 2010/03/12 2:17 UTC
Read the original article Hit count: 386

Filed under:
|
|

I need to make a .net application where I must detect a specific object the user is holding, using a camera.

If the object must have some specific characteristics so that it can be easily recognized and detected from the surrounding space, please give me some tips (ex a green cube?)

What would be the best technique/.net library to use? I need to translate in realtime the user's hand movement and display an animation on screen accordingly.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about motion-detection