Home
last modified time | relevance | path

Searched refs:cvReduce (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
Dcxsumpixels.cpp878 cvReduce( const CvArr* srcarr, CvArr* dstarr, int dim, int op ) in cvReduce() function
Dcxmatmul.cpp2530 CV_CALL( cvReduce( vecmat, avg, -1, CV_REDUCE_AVG )); in cvCalcCovarMatrix()
/external/opencv/cxcore/include/
Dcxcore.h886 CVAPI(void) cvReduce( const CvArr* src, CvArr* dst, int dim CV_DEFAULT(-1),
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1496 CVAPI(void) cvReduce( const CvArr* src, CvArr* dst, int dim CV_DEFAULT(-1),
/external/opencv3/modules/core/src/
Dmatrix.cpp4113 cvReduce( const CvArr* srcarr, CvArr* dstarr, int dim, int op ) in cvReduce() function