Page 1 of 1

OpenCV Integration & Head-Tracking with blob detection

Posted: Thu Jun 02, 2011 1:58 pm
by mclightning
hi fellows ,
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

Posted: Fri Jun 03, 2011 4:25 pm
by gbox
cool~ :D

Posted: Fri Jun 03, 2011 9:51 pm
by mclightning
thanks for the comment :)

by the way i would be happy to see your works & improvements on these codes :)
please share :)