HomeSort by relevance Sort by last modified time
    Searched defs:blendLinear (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudaimgproc/src/
blend.cpp 50 void cv::cuda::blendLinear(InputArray, InputArray, InputArray, InputArray, OutputArray, Stream&) { throw_no_cuda(); }
55 // blendLinear
70 void cv::cuda::blendLinear(InputArray _img1, InputArray _img2, InputArray _weights1, InputArray _weights2,
  /external/opencv3/modules/imgproc/src/
blend.cpp 101 ocl::Kernel k("blendLinear", ocl::imgproc::blend_linear_oclsrc,
122 void cv::blendLinear( InputArray _src1, InputArray _src2, InputArray _weights1, InputArray _weights2, OutputArray _dst )

Completed in 584 milliseconds