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

  /external/opencv3/modules/cudaarithm/src/
reductions.cpp 57 Scalar cv::cuda::absSum(InputArray, InputArray) { throw_no_cuda(); return Scalar(); }
  /external/opencv3/modules/cudaarithm/src/cuda/
sum.cu 182 cv::Scalar cv::cuda::absSum(InputArray _src, InputArray _mask)
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 562 CV_EXPORTS Scalar absSum(InputArray src, InputArray mask = noArray());
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 186 TEST_CYCLE() gpu_dst = cv::cuda::absSum(d_src);
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 310 cv::Scalar val = cv::cuda::absSum(loadMat(src, useRoi));

Completed in 59 milliseconds