Home
last modified time | relevance | path

Searched refs:CV_PCA_USE_AVG (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxcore.h817 #define CV_PCA_USE_AVG 2 macro
/external/opencv/cxcore/src/
Dcxmatrix.cpp1661 if( flags & CV_PCA_USE_AVG ){ in cvCalcPCA()