GPU implementation of CLAHE
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 25 Mar 2013 11:39:07 +0000 (15:39 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 25 Mar 2013 13:45:13 +0000 (17:45 +0400)
commit4d23e2c8c995c94019e1aecf481bd57a7b40680d
treec4446eb80893a67388fc5771cbd2bc660470ae11
parent5810a73d30dfdda9455769a81346a84c52c39423
GPU implementation of CLAHE
modules/gpu/include/opencv2/gpu/device/scan.hpp
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/cuda/clahe.cu [new file with mode: 0644]
modules/gpu/src/imgproc.cpp
modules/gpu/test/test_imgproc.cpp