Searched refs:CV_TM_CCOEFF (Results 1 – 7 of 7) sorted by relevance
129 (method >= CV_TM_CCOEFF && test_mat[INPUT][1].cols*test_mat[INPUT][1].rows <= 2) ) in get_success_error_level()204 if( cn == 1 || method < CV_TM_CCOEFF ) in cvTsMatchTemplate()236 if( cn == 1 || method < CV_TM_CCOEFF ) in cvTsMatchTemplate()327 if( method >= CV_TM_CCOEFF ) in prepare_to_validation()
56 …, CV_TM_CCORR, CV_TM_CCORR_NORMED, CV_TM_SQDIFF, CV_TM_SQDIFF_NORMED, CV_TM_CCOEFF, CV_TM_CCOEFF_N… in CV_ENUM() argument
437 CV_TM_CCOEFF =4, enumerator
348 method == CV_TM_CCOEFF || method == CV_TM_CCOEFF_NORMED ? 1 : 2; in cvMatchTemplate()427 if( method == CV_TM_CCOEFF ) in cvMatchTemplate()
75 -# **method=CV_TM_CCOEFF**
922 method == CV_TM_CCOEFF || method == CV_TM_CCOEFF_NORMED ? 1 : 2; in matchTemplate()985 if( method == CV_TM_CCOEFF ) in matchTemplate()
385 #define CV_TM_CCOEFF 4 in LOAD_CHDL() macro