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

/external/opencv/cxcore/src/
H A Dcxmean.cpp382 cvAvg( const void* img, const void* maskarr ) function
390 CV_FUNCNAME("cvAvg");
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp430 CV_CALL( templ_mean = cvAvg( templ ));
H A Dcvcalibration.cpp1183 Mc = cvAvg(_M);
2351 CvScalar avg = cvAvg(&pts);
/external/opencv/cv/include/
H A Dcvcompat.h128 CvScalar mean = cvAvg( image, mask );
/external/opencv/cxcore/include/
H A Dcxcore.h842 CVAPI(CvScalar) cvAvg( const CvArr* arr, const CvArr* mask CV_DEFAULT(NULL) );

Completed in 230 milliseconds