Commit ddd2b106 authored by konstantin's avatar konstantin

rename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency

parent 9f0995fb
......@@ -948,7 +948,7 @@ namespace cv
option += " -D BORDER_WRAP";
break;
}
openCLExecuteKernel(src.clCxt, &imgproc_sobel2, "sobel3", gt2, lt2, args, -1, -1, option.c_str() );
openCLExecuteKernel(src.clCxt, &imgproc_sobel3, "sobel3", gt2, lt2, args, -1, -1, option.c_str() );
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment