Searched refs:CV_REDUCE_AVG (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/modules/core/perf/ |
D | perf_reduce.cpp | 10 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/ |
D | test_mat.cpp | 89 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()
|
D | test_math.cpp | 2798 cv::reduce(src,goldMean,0 ,CV_REDUCE_AVG, CV_32F); in TEST()
|
/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 917 if( op == CV_REDUCE_AVG ) in cvReduce() 1006 if( op0 == CV_REDUCE_AVG ) in cvReduce()
|
D | cxmatmul.cpp | 2530 CV_CALL( cvReduce( vecmat, avg, -1, CV_REDUCE_AVG )); in cvCalcCovarMatrix()
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 1802 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/ |
D | matrix.cpp | 3541 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()
|
D | matmul.cpp | 2475 reduce( _src, _mean, takeRows ? 0 : 1, CV_REDUCE_AVG, ctype ); in calcCovarMatrix()
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_arithm.cpp | 1099 CV_ENUM(ReduceAccOp, CV_REDUCE_SUM, CV_REDUCE_AVG)
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 882 #define CV_REDUCE_AVG 1 macro
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1490 #define CV_REDUCE_AVG 1 macro
|