Home
last modified time | relevance | path

Searched refs:CV_REDUCE_AVG (Results 1 – 11 of 11) 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)
28 if( CV_MAT_DEPTH(matType) < CV_32S && (reduceOp == CV_REDUCE_SUM || reduceOp == CV_REDUCE_AVG) ) in PERF_TEST_P()
56 if( CV_MAT_DEPTH(matType)< CV_32S && (reduceOp == CV_REDUCE_SUM || reduceOp == CV_REDUCE_AVG) ) in PERF_TEST_P()
/external/opencv3/modules/core/test/
Dtest_mat.cpp89 if( opType == CV_REDUCE_SUM || opType == CV_REDUCE_AVG ) in checkOp()
124 if ( opType == CV_REDUCE_SUM || opType == CV_REDUCE_AVG ) in checkOp()
149 opType == CV_REDUCE_AVG ? "CV_REDUCE_AVG" : in checkOp()
195 tempCode = checkOp( src, dstType, CV_REDUCE_AVG, avg, dim ); in checkCase()
316 reduce( rPoints, avg, 0, CV_REDUCE_AVG ); in run()
Dtest_math.cpp2798 cv::reduce(src,goldMean,0 ,CV_REDUCE_AVG, CV_32F); in TEST()
/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/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp1802 OCL_OFF(cv::reduce(src_roi, dst_roi, dim, CV_REDUCE_AVG, dtype)); in OCL_TEST_P()
1803 OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_AVG, dtype)); in OCL_TEST_P()
/external/opencv3/modules/core/src/
Dmatrix.cpp3541 if (op == CV_REDUCE_AVG) in ocl_reduce()
3579 if (op0 == CV_REDUCE_AVG) in ocl_reduce()
3615 if (op0 == CV_REDUCE_AVG) in ocl_reduce()
3641 op == CV_REDUCE_MIN || op == CV_REDUCE_AVG ); in reduce()
3650 if( op == CV_REDUCE_AVG ) in reduce()
3772 if( op0 == CV_REDUCE_AVG ) in reduce()
Dmatmul.cpp2475 reduce( _src, _mean, takeRows ? 0 : 1, CV_REDUCE_AVG, ctype ); in calcCovarMatrix()
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp1099 CV_ENUM(ReduceAccOp, CV_REDUCE_SUM, CV_REDUCE_AVG)
/external/opencv/cxcore/include/
Dcxcore.h882 #define CV_REDUCE_AVG 1 macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1490 #define CV_REDUCE_AVG 1 macro