Possible Duplicate:
OpenCV match template not scoring well
I have stored a video file and need to check each frames for matching with already prestored Image file .. I have used cvQueryFrame , from that createImage for frame to image conversion , and checking this image X with prestored image file image Y suing Template matching ... But could not get desired result ? any combination of SURF or SIFT or Line detection algorithms should be used ?