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

  /external/opencv3/modules/imgproc/test/ocl/
test_accumulate.cpp 192 /////////////////////////////////// AccumulateWeighted ///////////////////////////////////
194 typedef AccumulateBase AccumulateWeighted;
196 OCL_TEST_P(AccumulateWeighted, Mat)
202 OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha));
203 OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha));
209 OCL_TEST_P(AccumulateWeighted, Mask)
215 OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha));
216 OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha));
236 OCL_INSTANTIATE_TEST_CASE_P(ImgProc, AccumulateWeighted, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool()));
  /external/opencv3/modules/imgproc/perf/opencl/
perf_accumulate.cpp 117 /////////////////////////////////// AccumulateWeighted ///////////////////////////////////
121 OCL_PERF_TEST_P(AccumulateWeightedFixture, AccumulateWeighted,
133 OCL_TEST_CYCLE() cv::accumulateWeighted(src, dst, 2.0);
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 119 Imgproc.accumulateWeighted(src, dst, 0.5);
120 Imgproc.accumulateWeighted(src, dst2, 2);
132 Imgproc.accumulateWeighted(src, dst, 0.5, mask);
133 Imgproc.accumulateWeighted(src, dst2, 2, mask);
    [all...]
  /external/opencv3/modules/imgproc/src/
accum.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
imgproc.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1646 milliseconds