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

/external/opencv/cxcore/src/
H A Dcxmatmul.cpp2532 scale = !(flags & CV_COVAR_SCALE) ? 1. : 1./count;
2538 scale = !(flags & CV_COVAR_SCALE) ? 1. : 1./count;
2700 if( flags & CV_COVAR_SCALE )
2712 if( flags & CV_COVAR_SCALE )
H A Dcxmatrix.cpp1595 int covar_flags = CV_COVAR_SCALE;
/external/opencv/ml/src/
H A Dmlem.cpp559 &avg, CV_COVAR_NORMAL | CV_COVAR_SCALE ));
/external/opencv/cxcore/include/
H A Dcxcore.h804 #define CV_COVAR_SCALE 4 macro

Completed in 93 milliseconds