blendLinear       721 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void blendLinear(InputArray img1, InputArray img2, InputArray weights1, InputArray weights2,
blendLinear        78 modules/cudaimgproc/perf/perf_blend.cpp         TEST_CYCLE() cv::cuda::blendLinear(d_img1, d_img2, d_weights1, d_weights2, dst);
blendLinear       107 modules/cudaimgproc/test/test_blend.cpp     cv::cuda::blendLinear(loadMat(img1, useRoi), loadMat(img2, useRoi), loadMat(weights1, useRoi), loadMat(weights2, useRoi), result);
blendLinear      3725 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst);
blendLinear        75 modules/imgproc/perf/opencl/perf_blend.cpp     OCL_TEST_CYCLE() cv::blendLinear(src1, src2, weights1, weights2, dst);
blendLinear       117 modules/imgproc/test/ocl/test_blend.cpp         OCL_OFF(cv::blendLinear(src1_roi, src2_roi, weights1_roi, weights2_roi, dst_roi));
blendLinear       118 modules/imgproc/test/ocl/test_blend.cpp         OCL_ON(cv::blendLinear(usrc1_roi, usrc2_roi, uweights1_roi, uweights2_roi, udst_roi));