Searched refs:REDUCE_MAX (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
H A Dreduce.cu81 case cv::REDUCE_MAX:
107 case cv::REDUCE_MAX:
135 CV_Assert( reduceOp == REDUCE_SUM || reduceOp == REDUCE_AVG || reduceOp == REDUCE_MAX || reduceOp == REDUCE_MIN );
/external/opencv3/modules/cudev/test/
H A Dtest_reduction.cu214 cv::reduce(src, dst_gold, 0, REDUCE_MAX);
287 cv::reduce(src, dst_gold, 1, REDUCE_MAX);
/external/opencv3/modules/cudaarithm/test/
H A Dtest_reductions.cpp822 CV_ENUM(ReduceCode, cv::REDUCE_SUM, cv::REDUCE_AVG, cv::REDUCE_MAX, cv::REDUCE_MIN)
823 #define ALL_REDUCE_CODES testing::Values(ReduceCode(cv::REDUCE_SUM), ReduceCode(cv::REDUCE_AVG), ReduceCode(cv::REDUCE_MAX), ReduceCode(cv::REDUCE_MIN))
851 if (reduceOp == cv::REDUCE_MAX || reduceOp == cv::REDUCE_MIN)
/external/opencv3/modules/cudaarithm/perf/
H A Dperf_reductions.cpp339 CV_ENUM(ReduceCode, REDUCE_SUM, REDUCE_AVG, REDUCE_MAX, REDUCE_MIN)
/external/opencv3/modules/core/include/opencv2/
H A Dcore.hpp226 REDUCE_MAX = 2, //!< the output is the maximum (column/row-wise) of all rows/columns of the matrix. enumerator in enum:cv::ReduceTypes
/external/opencv3/modules/java/src/
H A Dcore+Core.java52 REDUCE_MAX = 2, field in class:Core

Completed in 157 milliseconds