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

  /external/opencv3/modules/cudaarithm/src/
reductions.cpp 58 void cv::cuda::calcAbsSum(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); }
105 calcAbsSum(src_single_channel, dst, mask, stream);
  /external/opencv3/modules/cudaarithm/src/cuda/
sum.cu 152 void cv::cuda::calcAbsSum(InputArray _src, OutputArray _dst, InputArray _mask, Stream& stream)
187 calcAbsSum(_src, dst, _mask, stream);
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 564 CV_EXPORTS void calcAbsSum(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 322 cv::cuda::calcAbsSum(loadMat(src, useRoi), dst, cv::noArray(), stream);

Completed in 38 milliseconds