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

  /external/opencv3/modules/cudaimgproc/perf/
perf_mean_shift.cpp 122 // MeanShiftSegmentation
124 PERF_TEST_P(Image, MeanShiftSegmentation,
144 TEST_CYCLE() cv::cuda::meanShiftSegmentation(d_src, dst, sp, sr, minsize);
  /external/opencv3/modules/cudaimgproc/test/
test_mean_shift.cpp 126 // MeanShiftSegmentation
133 PARAM_TEST_CASE(MeanShiftSegmentation, cv::cuda::DeviceInfo, MinSize)
147 CUDA_TEST_P(MeanShiftSegmentation, Regression)
162 cv::cuda::meanShiftSegmentation(loadMat(img), dst, 10, 10, minsize);
170 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, MeanShiftSegmentation, testing::Combine(
  /external/opencv3/modules/cudaimgproc/src/
mssegmentation.cpp 46 void cv::cuda::meanShiftSegmentation(InputArray, OutputArray, int, int, int, TermCriteria, Stream&) { throw_no_cuda(); }
225 void cv::cuda::meanShiftSegmentation(InputArray _src, OutputArray _dst, int sp, int sr, int minsize, TermCriteria criteria, Stream& stream)
  /external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp 639 CV_EXPORTS void meanShiftSegmentation(InputArray src, OutputArray dst, int sp, int sr, int minsize,

Completed in 467 milliseconds