Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxsumpixels.cpp926 if( op != CV_REDUCE_SUM && op != CV_REDUCE_MAX && op != CV_REDUCE_MIN ) in cvReduce()
993 op == CV_REDUCE_MIN && cn == 1 ? in cvReduce()
/external/opencv/cxcore/include/
Dcxcore.h884 #define CV_REDUCE_MIN 3 macro