Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving from Wiimote to camera?

I've been doing some Johnny Chung Lee-style Wiimote programming, and am running into problems with the Wiimote's relatively narrow field-of-view and limit of four points. I've bought a Creative Live! camera with an 85-degree field of view and a high resolution.

My prototype application is written in C#, and I'd like to stay there.

So, my question: I'd like to find a C#.Net camera / vision library that lets me track points - probably LEDs - in the camera's field of view. In the future, I'd like to move to R/G/B point tracking so as to allow more points to be tracked and distinguished more easily. Any suggestions?

like image 563
Aric TenEyck Avatar asked Mar 06 '09 18:03

Aric TenEyck


1 Answers

You could check out the Emgu.CV library which is a .NET (C#) wrapper for OpenCV. OpenCV is considered by many, including myself, to be the best (free) computer vision library.

like image 138
Dani van der Meer Avatar answered Sep 28 '22 01:09

Dani van der Meer