I\'m trying to use python to determine if one (small) image is within another (large) image.
Any suggestions before I take myself completely down the wrong path?>
Have a look at my answer to a similar question for a code example using OpenCV. The conversion from PIL to numpy is straight forward, e.g. just use np.array(pilimage).
np.array(pilimage)