Ask Your Question

SaketSJo's profile - activity

2014-03-23 09:19:51 -0600 answered a question How to cast Mat to IplImage in JAVA?

Mat imgMat(iplImage var)

2014-03-23 08:54:22 -0600 asked a question Stop camshift algorithm

I am using the CAMshift algo. for my final year project but am stuck on a point. I am not able to terminate the algorithm automatically. Even after I remove the object from in front of the camera, the algorithm keeps tracking. I have heard about the termination criteria but don't know whether it is applicable here or not. Any help is appreciated. Thanks in advance.

Here's my code: https://github.com/saketsjo/camshift/blob/master/CamShiftDemo/try.cpp

Thanks