blend.cpp | 58 src1(&_src1), src2(&_src2), weights1(&_weights1), weights2(&_weights2), dst(&_dst) 69 const float * const weights2_row = weights2->ptr<float>(y); 90 const Mat * src1, * src2, * weights1, * weights2; member in class:cv::BlendLinearInvoker 108 weights2 = _weights2.getUMat(), dst = _dst.getUMat(); 111 ocl::KernelArg::ReadOnlyNoSize(weights1), ocl::KernelArg::ReadOnlyNoSize(weights2), 137 weights2 = _weights2.getMat(), dst = _dst.getMat(); local 141 BlendLinearInvoker<uchar> invoker(src1, src2, weights1, weights2, dst); 146 BlendLinearInvoker<float> invoker(src1, src2, weights1, weights2, dst);
|