fixes for gpu module:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 23 Jan 2013 09:59:14 +0000 (13:59 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 23 Jan 2013 17:05:06 +0000 (21:05 +0400)
commitae6266e101871796526748950d3ef149319acf3d
tree2d025cdf176fa7e93a5d2b508a3161f5a2413ef1
parentb7e6b5af1b43e48d6822f16a199f4fff7da16986
fixes for gpu module:

- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
32 files changed:
modules/core/include/opencv2/core/cuda_devptrs.hpp
modules/core/src/gpumat.cpp
modules/gpu/CMakeLists.txt
modules/gpu/doc/matrix_reductions.rst
modules/gpu/include/opencv2/gpu/device/block.hpp [moved from modules/gpu/src/opencv2/gpu/device/block.hpp with 100% similarity]
modules/gpu/include/opencv2/gpu/device/common.hpp
modules/gpu/include/opencv2/gpu/device/emulation.hpp
modules/gpu/include/opencv2/gpu/device/functional.hpp
modules/gpu/include/opencv2/gpu/device/vec_math.hpp
modules/gpu/src/brute_force_matcher.cpp
modules/gpu/src/cascadeclassifier.cpp
modules/gpu/src/cuda/ccomponetns.cu
modules/gpu/src/cuda/gftt.cu
modules/gpu/src/cuda/hough.cu
modules/gpu/src/cuda/lbp.cu
modules/gpu/src/cuda/mathfunc.cu
modules/gpu/src/cuda/optical_flow.cu
modules/gpu/src/cuda/optical_flow_farneback.cu
modules/gpu/src/cuda/pyrlk.cu
modules/gpu/src/cuda/split_merge.cu
modules/gpu/src/cuda/stereobp.cu
modules/gpu/src/cuda/surf.cu
modules/gpu/src/cuda/texture_binder.hpp
modules/gpu/src/fast.cpp
modules/gpu/src/gftt.cpp
modules/gpu/src/nvidia/core/NCV.cu
modules/gpu/src/nvidia/core/NCV.hpp
samples/gpu/cascadeclassifier_nvidia_api.cpp
samples/gpu/driver_api_multi.cpp
samples/gpu/driver_api_stereo_multi.cpp
samples/gpu/opticalflow_nvidia_api.cpp
samples/gpu/stereo_multi.cpp