fixed several bugs in CUDA Canny implementation:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 7 Feb 2014 12:04:29 +0000 (16:04 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 7 Feb 2014 12:04:29 +0000 (16:04 +0400)
commit5dbdadb769e97f47b64655b5b3144787c57e2740
tree52a8fcd9c9f7b9b786f03ae968a48744bf92e70f
parentbfc27271e2543bb0807f6dc000f770993a740581
fixed several bugs in CUDA Canny implementation:

* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd
modules/gpu/src/cuda/canny.cu
modules/gpu/src/imgproc.cpp