Home
last modified time | relevance | path

Searched defs:REDUCE_MIN (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/
Dcore.hpp227REDUCE_MIN = 3 //!< the output is the minimum (column/row-wise) of all rows/columns of the matrix. enumerator
/external/opencv3/modules/cudaarithm/test/
Dtest_reductions.cpp822 CV_ENUM(ReduceCode, cv::REDUCE_SUM, cv::REDUCE_AVG, cv::REDUCE_MAX, cv::REDUCE_MIN) in CV_ENUM()
/external/opencv3/modules/java/src/
Dcore+Core.java53 REDUCE_MIN = 3, field in Core