Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

if you want to find out if or if not something is in your image, you cannot use any of the _NORMED methods, because the value will always be 0 (or 1).

then, you have to find an experimental threshold value, and decide on that:

if (min_val < threshold):
    # template found