Fix a bug of ocl::Canny when src/dst using the same buffer.
This commit is contained in:
@@ -887,7 +887,7 @@ namespace cv
|
||||
|
||||
oclMat dx, dy;
|
||||
oclMat dx_buf, dy_buf;
|
||||
oclMat edgeBuf;
|
||||
oclMat magBuf, mapBuf;
|
||||
oclMat trackBuf1, trackBuf2;
|
||||
void *counter;
|
||||
Ptr<FilterEngine_GPU> filterDX, filterDY;
|
||||
|
Reference in New Issue
Block a user