Searched refs:templ_mean (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvtemplmatch.cpp339 CvScalar templ_mean = cvScalarAll(0); local
430 CV_CALL( templ_mean = cvAvg( templ ));
439 CV_CALL( cvAvgSdv( templ, &templ_mean, &_templ_sdv ));
451 CV_SQR(templ_mean.val[0]) + CV_SQR(templ_mean.val[1]) +
452 CV_SQR(templ_mean.val[2]) + CV_SQR(templ_mean.val[3]);
456 templ_mean = cvScalarAll(0);
495 num -= t*templ_mean.val[k];

Completed in 3269 milliseconds