i just starting working on implementing opencv into irrlicht i was hoping to come up with some nice projects. But i have been quite busy and it has been quite a while so i wanted share the all work open source
it might still have some bugs
anyway here it's
http://mclightning.com/opensourceopencv ... -tracking/
let me know your reviews
and here is some documentation about the irFinder Class
----------------
irFinder::irFinder(const char* pencere,bool gosterPencere,int tre,int max)
pencere = OpenCV Window Title
gosterPencere = enable disable OpenCV Window
tre = threshold value for the cvThreshold function
max=max value for the cvThreshold func.
-------------
-------------
CvPoint irFinder::yenile()
updates and returns blob position
------------
i guess the rest of the code is self-explanatory