Searched defs:blendLinear (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | blend.cpp | 50 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/ |
D | blend.cpp | 122 void cv::blendLinear( InputArray _src1, InputArray _src2, InputArray _weights1, InputArray _weights… in blendLinear() function in cv
|