Home
last modified time | relevance | path

Searched defs:blendLinear (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dblend.cpp50 void cv::cuda::blendLinear(InputArray, InputArray, InputArray, InputArray, OutputArray, Stream&) { … in blendLinear() function in cv::cuda
70 void cv::cuda::blendLinear(InputArray _img1, InputArray _img2, InputArray _weights1, InputArray _we… in blendLinear() function in cv::cuda
/external/opencv3/modules/imgproc/src/
Dblend.cpp122 void cv::blendLinear( InputArray _src1, InputArray _src2, InputArray _weights1, InputArray _weights… in blendLinear() function in cv