The target image that the software should find should be the “same” image as the given image, but it should still “forgive” the little processing on any of them.
If the “small processing” does not include rotation, but only “cropping,” then simple cross-correlation should work, if perspective correction, rotation, and lens distortion correction are possible, then everything is more complicated.
, . , , .
- , , /API/.
cvMatchTemplate OpenCV ( C API, ++ Python). .
, , , CV_TM_CCOEFF CV_TM_CCOEFF_NORMED. . (CV_TM_*_NORMED) , , .
-. , - /. , @misha, /, .