accumulateWeighted 2365 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void accumulateWeighted( InputArray src, InputOutputArray dst,
accumulateWeighted  119 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.accumulateWeighted(src, dst, 0.5);
accumulateWeighted  120 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.accumulateWeighted(src, dst2, 2);
accumulateWeighted  132 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.accumulateWeighted(src, dst, 0.5, mask);
accumulateWeighted  133 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.accumulateWeighted(src, dst2, 2, mask);
accumulateWeighted  133 modules/imgproc/perf/opencl/perf_accumulate.cpp     OCL_TEST_CYCLE() cv::accumulateWeighted(src, dst, 2.0);
accumulateWeighted 1224 modules/imgproc/src/accum.cpp     cv::accumulateWeighted( src, dst, alpha, mask );
accumulateWeighted  202 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha));
accumulateWeighted  203 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha));
accumulateWeighted  215 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha));
accumulateWeighted  216 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha));