mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Drop cv:: prefix from cv::String used inside the cv namespace
This commit is contained in:
@@ -85,7 +85,7 @@ void cv::ocl::blendLinear(const oclMat &img1, const oclMat &img2, const oclMat &
|
||||
args.push_back( std::make_pair( sizeof(cl_int), (void *)&cols ));
|
||||
args.push_back( std::make_pair( sizeof(cl_int), (void *)&istep ));
|
||||
args.push_back( std::make_pair( sizeof(cl_int), (void *)&wstep ));
|
||||
cv::String kernelName = "BlendLinear";
|
||||
String kernelName = "BlendLinear";
|
||||
|
||||
openCLExecuteKernel(ctx, &blend_linear, kernelName, globalSize, localSize, args, channels, depth);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user