I'm using Python and SimpleCV (but is ok to use OpenCV too) and i have an image:
Futhermore, i have some small images, like this, which were cropped from the original image:
Assuming that the first image contains the second, I would like to get the second's image coordinates in regard of first, before cropping. How I can make this?
Use matchTemplate in OpenCV: