Fix ocl::Canny accuracy on CPU OpenCL device (Bugfix #2954)
Description
In one of the kernels(calcMap) a buffer is used as the src and dst inplace. This will cause very strong accuracy flaw on CPU OpenCL device as the concurrent threads are much less than a GPU device. By introducing an additional buffer object the problem is fixed.
Pull request #805 is sent.
Associated revisions
Merge pull request #2954 from ilya-lavrenov:doc_fix
History
Updated by Kirill Kornyakov almost 12 years ago
- Target version set to 3.0
- Pull request set to https://github.com/Itseez/opencv/pull/805
Updated by Kirill Kornyakov almost 12 years ago
- Status changed from Open to Done