I use the following function after cvGoodFeaturesToTrack function in an attempt to detect motion in a video.

cvFindCornerSubPix(frame1,frame1Features,no_of_features,optical_flow_window,cvSize(-1,-1),optical_flow_termination_criteria);

but it gave a runtime error saying that "Unhandled exception at 0x7c81eb33 in OpticalFlowCAR.exe: Microsoft C++ exception: cv::Exception at memory location 0x0011c1b8.."

Can someone please help to overcome this issue..?

Thanks

link|improve this question

0% accept rate
You should post more of your code. – Adrian Popovici Sep 13 '11 at 9:34
Please intercept the cv::Exception and post output of its what() method. – Andrey Kamaev Sep 13 '11 at 11:10
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.