I was trying to implement camshift algorithm using emgu cv, but until now it wont work as it's supposed to be...
http://www.youtube.com/watch?v=gCreJOp2014
here's the explanation of the program
1. by clicking the object, I have set the Object ROI
2. then, from the ROI, it extracts the Hue channel, and calculate the histogram and store it in Pmask
3. after that, it calculates back projection based on extracted hue and calculated Histogram in step 2, then store it in backProject image,
4. treshold the projection with cvAnd
5. then applying Camshift Algorithm (cvCamshift)
when you see the video, when I click the ROI of the object,then the trackwindow begin to track the object based on the color probability distribution that shows in right pannel, but suddenly the trackwindow stop to track the object and always gives the same result(in rectangle) after n frames...
anyone knows the solution for this issue?
nb : Implementation using emgucv..
sorry for my english..
