OpenCV Integration & Head-Tracking with blob detection

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
mclightning
Posts: 2
Joined: Thu Jun 02, 2011 1:43 pm

OpenCV Integration & Head-Tracking with blob detection

Post 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
Last edited by mclightning on Thu Jun 09, 2011 6:30 pm, edited 1 time in total.
gbox
Posts: 37
Joined: Mon May 01, 2006 3:41 am
Location: jeonju, korea
Contact:

Post by gbox »

cool~ :D
http://cafe.naver.com/jcga

professor of Jelabukdo Game Engine Academy
mclightning
Posts: 2
Joined: Thu Jun 02, 2011 1:43 pm

Post by mclightning »

thanks for the comment :)

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