Searched refs:templ_mean (Results 1 – 1 of 1) sorted by relevance
339 CvScalar templ_mean = cvScalarAll(0); in cvMatchTemplate() local430 CV_CALL( templ_mean = cvAvg( templ )); in cvMatchTemplate()439 CV_CALL( cvAvgSdv( templ, &templ_mean, &_templ_sdv )); in cvMatchTemplate()451 CV_SQR(templ_mean.val[0]) + CV_SQR(templ_mean.val[1]) + in cvMatchTemplate()452 CV_SQR(templ_mean.val[2]) + CV_SQR(templ_mean.val[3]); in cvMatchTemplate()456 templ_mean = cvScalarAll(0); in cvMatchTemplate()495 num -= t*templ_mean.val[k]; in cvMatchTemplate()