module reorganization: added folder with pure device functions, cuda_shared.hpp renam...
authorAnatoly Baksheev <no@email>
Mon, 6 Dec 2010 16:37:32 +0000 (16:37 +0000)
committerAnatoly Baksheev <no@email>
Mon, 6 Dec 2010 16:37:32 +0000 (16:37 +0000)
commit652fb1212e6ec4cb6fd9f73ee3f23224f5cb4d83
tree82114841a73bfcaf1dcb40b75072319f1e1fe28b
parentfadd19b9769e49c5c558b6d3b58b01f1eb5b9b7d
module reorganization: added folder with pure device functions, cuda_shared.hpp renamed to internal_shared.hpp
33 files changed:
modules/gpu/CMakeLists.txt
modules/gpu/include/opencv2/gpu/devmem2d.hpp
modules/gpu/src/beliefpropagation.cpp [moved from modules/gpu/src/beliefpropagation_gpu.cpp with 100% similarity]
modules/gpu/src/border_interpolate.cpp [deleted file]
modules/gpu/src/border_interpolate.hpp [deleted file]
modules/gpu/src/constantspacebp.cpp [moved from modules/gpu/src/constantspacebp_gpu.cpp with 79% similarity]
modules/gpu/src/cuda/beliefpropagation.cu
modules/gpu/src/cuda/border_interpolate.hpp [deleted file]
modules/gpu/src/cuda/brute_force_matcher.cu
modules/gpu/src/cuda/color.cu
modules/gpu/src/cuda/constantspacebp.cu
modules/gpu/src/cuda/filters.cu
modules/gpu/src/cuda/hog.cu
modules/gpu/src/cuda/imgproc.cu
modules/gpu/src/cuda/internal_shared.hpp [moved from modules/gpu/src/cuda/cuda_shared.hpp with 87% similarity]
modules/gpu/src/cuda/linear_filters_beta.cu
modules/gpu/src/cuda/match_template.cu
modules/gpu/src/cuda/mathfunc.cu
modules/gpu/src/cuda/matrix_operations.cu
modules/gpu/src/cuda/saturate_cast.hpp [deleted file]
modules/gpu/src/cuda/split_merge.cu
modules/gpu/src/cuda/stereobm.cu
modules/gpu/src/cuda/transform.hpp
modules/gpu/src/cuda/vecmath.hpp [deleted file]
modules/gpu/src/imgproc_gpu.cpp
modules/gpu/src/internal_shared.hpp [deleted file]
modules/gpu/src/opencv2/gpu/device/border_interpolate.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/dynamic_smem.hpp [moved from modules/gpu/src/cuda/dynamic_smem.hpp with 100% similarity]
modules/gpu/src/opencv2/gpu/device/limits_gpu.hpp [moved from modules/gpu/src/cuda/limits_gpu.hpp with 97% similarity]
modules/gpu/src/opencv2/gpu/device/saturate_cast.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/vecmath.hpp [new file with mode: 0644]
modules/gpu/src/precomp.hpp
modules/gpu/src/stereobm.cpp [moved from modules/gpu/src/stereobm_gpu.cpp with 100% similarity]