gpuobjdetect module for object detection
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 10 Apr 2013 09:17:15 +0000 (13:17 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 07:33:32 +0000 (11:33 +0400)
commita6648b537285c529292a6411e7e9b76219400492
tree0ac11c49db668f3361d19ae60c3cf1fb8e6fa530
parentb08b9ab83b4b05e937a5e464b01f6ace057de8dc
gpuobjdetect module for object detection
29 files changed:
modules/gpu/CMakeLists.txt
modules/gpu/doc/gpu.rst
modules/gpu/include/opencv2/gpu.hpp
modules/gpunvidia/include/opencv2/gpunvidia.hpp
modules/gpunvidia/include/opencv2/gpunvidia/NCVBroxOpticalFlow.hpp [moved from modules/gpuvideo/include/opencv2/gpuvideo/NCVBroxOpticalFlow.hpp with 100% similarity]
modules/gpunvidia/src/cuda/NCVBroxOpticalFlow.cu [moved from modules/gpuvideo/src/cuda/NCVBroxOpticalFlow.cu with 99% similarity]
modules/gpuobjdetect/CMakeLists.txt [new file with mode: 0644]
modules/gpuobjdetect/doc/gpuobjdetect.rst [new file with mode: 0644]
modules/gpuobjdetect/doc/object_detection.rst [moved from modules/gpu/doc/object_detection.rst with 100% similarity]
modules/gpuobjdetect/include/opencv2/gpuobjdetect.hpp [new file with mode: 0644]
modules/gpuobjdetect/perf/perf_main.cpp [new file with mode: 0644]
modules/gpuobjdetect/perf/perf_objdetect.cpp [moved from modules/gpu/perf/perf_objdetect.cpp with 100% similarity]
modules/gpuobjdetect/perf/perf_precomp.cpp [new file with mode: 0644]
modules/gpuobjdetect/perf/perf_precomp.hpp [new file with mode: 0644]
modules/gpuobjdetect/src/cascadeclassifier.cpp [moved from modules/gpu/src/cascadeclassifier.cpp with 100% similarity]
modules/gpuobjdetect/src/cuda/hog.cu [moved from modules/gpu/src/cuda/hog.cu with 100% similarity]
modules/gpuobjdetect/src/cuda/lbp.cu [moved from modules/gpu/src/cuda/lbp.cu with 100% similarity]
modules/gpuobjdetect/src/cuda/lbp.hpp [moved from modules/gpu/src/cuda/lbp.hpp with 100% similarity]
modules/gpuobjdetect/src/hog.cpp [moved from modules/gpu/src/hog.cpp with 100% similarity]
modules/gpuobjdetect/src/precomp.cpp [new file with mode: 0644]
modules/gpuobjdetect/src/precomp.hpp [new file with mode: 0644]
modules/gpuobjdetect/test/test_main.cpp [new file with mode: 0644]
modules/gpuobjdetect/test/test_objdetect.cpp [moved from modules/gpu/test/test_objdetect.cpp with 100% similarity]
modules/gpuobjdetect/test/test_precomp.cpp [new file with mode: 0644]
modules/gpuobjdetect/test/test_precomp.hpp [new file with mode: 0644]
modules/gpuvideo/src/precomp.hpp
samples/cpp/CMakeLists.txt
samples/gpu/CMakeLists.txt
samples/gpu/opticalflow_nvidia_api.cpp