rename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency
This commit is contained in:
parent
9f0995fbe0
commit
ddd2b106fb
@ -948,7 +948,7 @@ namespace cv
|
|||||||
option += " -D BORDER_WRAP";
|
option += " -D BORDER_WRAP";
|
||||||
break;
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user