Searched refs:cvReduce (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 878 cvReduce( const CvArr* srcarr, CvArr* dstarr, int dim, int op ) in cvReduce() function
|
D | cxmatmul.cpp | 2530 CV_CALL( cvReduce( vecmat, avg, -1, CV_REDUCE_AVG )); in cvCalcCovarMatrix()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 886 CVAPI(void) cvReduce( const CvArr* src, CvArr* dst, int dim CV_DEFAULT(-1),
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1496 CVAPI(void) cvReduce( const CvArr* src, CvArr* dst, int dim CV_DEFAULT(-1),
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 4113 cvReduce( const CvArr* srcarr, CvArr* dstarr, int dim, int op ) in cvReduce() function
|