blendLinear 50 modules/cudaimgproc/src/blend.cpp void cv::cuda::blendLinear(InputArray, InputArray, InputArray, InputArray, OutputArray, Stream&) { throw_no_cuda(); } blendLinear 70 modules/cudaimgproc/src/blend.cpp void cv::cuda::blendLinear(InputArray _img1, InputArray _img2, InputArray _weights1, InputArray _weights2, blendLinear 122 modules/imgproc/src/blend.cpp void cv::blendLinear( InputArray _src1, InputArray _src2, InputArray _weights1, InputArray _weights2, OutputArray _dst )