I know this is a noob question to ask, but i had to. I got confused with these matching methods matchtemplate ()
parameters full form.
parameters =['cv2.TM_CCOEFF', 'cv2.TM_CCOEFF_NORMED', 'cv2.TM_CCORR','cv2.TM_CCORR_NORMED', 'cv2.TM_SQDIFF', 'cv2.TM_SQDIFF_NORMED']
I want to know which of this Normalized cross Correlation method? Is it
**cv2.TM_CCOEFF_NORMED**
or **cv2.TM_CCORR_NORMED**
. What is the full form of **cv2.TM_CCOEFF_NORMED**
method. Does it mean "Pearson Correlation" or "Correlation Coefficient"?