From ddd2b106fbe1223a05b0bc33a637e83f89248ccf Mon Sep 17 00:00:00 2001 From: konstantin Date: Fri, 25 Oct 2013 21:44:01 +0400 Subject: [PATCH] rename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency --- modules/ocl/src/imgproc.cpp | 2 +- modules/ocl/src/opencl/{imgproc_sobel2.cl => imgproc_sobel3.cl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/ocl/src/opencl/{imgproc_sobel2.cl => imgproc_sobel3.cl} (100%) diff --git a/modules/ocl/src/imgproc.cpp b/modules/ocl/src/imgproc.cpp index e1346405cb..f550ea5295 100644 --- a/modules/ocl/src/imgproc.cpp +++ b/modules/ocl/src/imgproc.cpp @@ -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 { diff --git a/modules/ocl/src/opencl/imgproc_sobel2.cl b/modules/ocl/src/opencl/imgproc_sobel3.cl similarity index 100% rename from modules/ocl/src/opencl/imgproc_sobel2.cl rename to modules/ocl/src/opencl/imgproc_sobel3.cl