Searched refs:CV_TM_CCORR_NORMED (Results 1 – 2 of 2) sorted by relevance
347 int num_type = method == CV_TM_CCORR || method == CV_TM_CCORR_NORMED ? 0 : in cvMatchTemplate()349 int is_normed = method == CV_TM_CCORR_NORMED || in cvMatchTemplate()390 method == CV_TM_CCORR_NORMED ? (CvTemplMatchIPPFunc)icvCrossCorrValid_Norm_8u32f_C1R_p : in cvMatchTemplate()393 method == CV_TM_CCORR_NORMED ? (CvTemplMatchIPPFunc)icvCrossCorrValid_Norm_32f_C1R_p : in cvMatchTemplate()
384 #define CV_TM_CCORR_NORMED 3 in LOAD_CHDL() macro