refactoring and minor code improvements
authorAnatoly Baksheev <no@email>
Mon, 26 Jul 2010 15:04:56 +0000 (15:04 +0000)
committerAnatoly Baksheev <no@email>
Mon, 26 Jul 2010 15:04:56 +0000 (15:04 +0000)
commit22f5376e82c086b9b76f5779eaf21ba0f1bfa89b
tree30c374a32f570a8c07b5d4c0330f9f26ac120323
parentc13df09f08b661ec0dafd2cec3339e8a37c0d403
refactoring and minor code improvements
added cuda_shared.hpp header was reorganized in order to speed up compilation
modules/gpu/CMakeLists.txt
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/cuda/cuda_shared.hpp
modules/gpu/src/cuda/matrix_operations.cu
modules/gpu/src/cuda/safe_call.hpp [new file with mode: 0644]
modules/gpu/src/cuda/saturate_cast.hpp [moved from modules/gpu/src/cuda/saturate_cast_gpu.hpp with 95% similarity]
modules/gpu/src/cuda/stereobm.cu
modules/gpu/src/cudastream.cpp
modules/gpu/src/imgproc_gpu.cpp
modules/gpu/src/matrix_operations.cpp