Home
last modified time | relevance | path

Searched refs:CV_REDUCE_AVG (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxsumpixels.cpp917 if( op == CV_REDUCE_AVG ) in cvReduce()
1006 if( op0 == CV_REDUCE_AVG ) in cvReduce()
Dcxmatmul.cpp2530 CV_CALL( cvReduce( vecmat, avg, -1, CV_REDUCE_AVG )); in cvCalcCovarMatrix()
/external/opencv/cxcore/include/
Dcxcore.h882 #define CV_REDUCE_AVG 1 macro