First time here? Check out the FAQ!
answered 2018-11-19 20:44:58 -0600
Try this:
res = cv2.matchTemplate(large_image, small_image, cv2.TM_CCOEFF_NORMED) to res = cv2.matchTemplate(large_image, small_image, cv2.TM_SQDIFF, mask=mask)