moved gpu nlm to photo module
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 17 Apr 2013 14:20:18 +0000 (18:20 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 07:33:33 +0000 (11:33 +0400)
commite72ba73e708537686218bfdd35a1214a0ccdd9b4
tree98aa21f8cede35207a3836d5c0a36712b0a62cf2
parentfc3730fcc217070fc96cb0857e78fe1c6d8a100c
moved gpu nlm to photo module
14 files changed:
modules/gpuimgproc/CMakeLists.txt
modules/gpuimgproc/doc/image_processing.rst
modules/gpuimgproc/include/opencv2/gpuimgproc.hpp
modules/gpuimgproc/perf/perf_imgproc.cpp
modules/gpuimgproc/perf/perf_precomp.hpp
modules/gpuimgproc/src/bilateral_filter.cpp [new file with mode: 0644]
modules/gpuimgproc/test/test_imgproc.cpp
modules/photo/CMakeLists.txt
modules/photo/doc/denoising.rst
modules/photo/include/opencv2/photo/gpu.hpp [new file with mode: 0644]
modules/photo/perf/perf_gpu.cpp [moved from modules/gpuimgproc/perf/perf_denoising.cpp with 82% similarity]
modules/photo/src/cuda/nlm.cu [moved from modules/gpuimgproc/src/cuda/nlm.cu with 100% similarity]
modules/photo/src/denoising_gpu.cpp [moved from modules/gpuimgproc/src/denoising.cpp with 72% similarity]
modules/photo/test/test_denoising_gpu.cpp [moved from modules/gpuimgproc/test/test_denoising.cpp with 85% similarity]