rename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency

This commit is contained in:
konstantin 2013-10-25 21:44:01 +04:00
parent 9f0995fbe0
commit ddd2b106fb
2 changed files with 1 additions and 1 deletions

View File

@ -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
{