Provides Template matching facility
image=cv_match_template(image,template,mode)
Input image
Template to match With Input image
"If mode==1:method=cv2.TM_CCOEFF elif mode==2: method=cv2.TM_CCOEFF_NORMED elif mode==3: method=cv2.TM_CCORR elif mode== method=cv2.TM_CCORR_NORMED elif mode==5: method=cv2.TM_SQDIFF elif mode==6: method=cv2.TM_SQDIFF_NORMED"
Output Image
Template matching
"It matches the template with input image and gives output"