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
what()method. – Andrey Kamaev Sep 13 '11 at 11:10