HomeSort by relevance Sort by last modified time
    Searched refs:REDUCE_AVG (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/cudaarithm/src/cuda/
reduce.cu 73 case cv::REDUCE_AVG:
99 case cv::REDUCE_AVG:
135 CV_Assert( reduceOp == REDUCE_SUM || reduceOp == REDUCE_AVG || reduceOp == REDUCE_MAX || reduceOp == REDUCE_MIN );
  /external/opencv3/modules/cudev/test/
test_reduction.cu 182 cv::reduce(src, dst_gold, 0, REDUCE_AVG, CV_32F);
249 cv::reduce(src, dst_gold, 1, REDUCE_AVG, CV_32F);
  /external/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 339 CV_ENUM(ReduceCode, REDUCE_SUM, REDUCE_AVG, REDUCE_MAX, REDUCE_MIN)
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 822 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))
  /external/opencv3/modules/core/include/opencv2/
core.hpp 225 REDUCE_AVG = 1, //!< the output is the mean vector of all rows/columns of the matrix.
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 51 REDUCE_AVG = 1,
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 151 milliseconds