Home
last modified time | relevance | path

Searched refs:CV_REDUCE_MAX (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/core/perf/
Dperf_reduce.cpp10 CV_ENUM(ROp, CV_REDUCE_SUM, CV_REDUCE_AVG, CV_REDUCE_MAX, CV_REDUCE_MIN)
/external/opencv/cxcore/src/
Dcxsumpixels.cpp926 if( op != CV_REDUCE_SUM && op != CV_REDUCE_MAX && op != CV_REDUCE_MIN ) in cvReduce()
942 op == CV_REDUCE_MAX ? in cvReduce()
989 op == CV_REDUCE_MAX && cn == 1 ? in cvReduce()
/external/opencv3/modules/core/test/
Dtest_mat.cpp102 else if( opType == CV_REDUCE_MAX ) in checkOp()
150 opType == CV_REDUCE_MAX ? "CV_REDUCE_MAX" : in checkOp()
199 tempCode = checkOp( src, dstType, CV_REDUCE_MAX, max, dim ); in checkCase()
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp1772 OCL_OFF(cv::reduce(src_roi, dst_roi, dim, CV_REDUCE_MAX, dtype)); in OCL_TEST_P()
1773 OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_MAX, dtype)); in OCL_TEST_P()
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp1068 CV_ENUM(ReduceMinMaxOp, CV_REDUCE_MIN, CV_REDUCE_MAX)
/external/opencv/cxcore/include/
Dcxcore.h883 #define CV_REDUCE_MAX 2 macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1491 #define CV_REDUCE_MAX 2 macro
/external/opencv3/modules/core/src/
Dmatrix.cpp3640 CV_Assert( op == CV_REDUCE_SUM || op == CV_REDUCE_MAX || in reduce()
3686 else if(op == CV_REDUCE_MAX) in reduce()
3738 else if(op == CV_REDUCE_MAX) in reduce()