fixed bug with submatrix in some gpu functions
authorVladislav Vinogradov <no@email>
Tue, 10 Jan 2012 11:11:58 +0000 (11:11 +0000)
committerVladislav Vinogradov <no@email>
Tue, 10 Jan 2012 11:11:58 +0000 (11:11 +0000)
commitaf59a75ffc58e04c64cf9941f54f21ef030e2ee0
tree834bb0acbeac4aeea414654a726647ddf4719b20
parent2ce6dd6870dad8ec37965fd90b034136c51aced8
fixed bug with submatrix in some gpu functions
update gpu tests
25 files changed:
modules/core/src/cuda/matrix_operations.cu
modules/core/src/gpumat.cpp
modules/gpu/src/cuda/calib3d.cu
modules/gpu/src/cuda/color.cu
modules/gpu/src/cuda/element_operations.cu
modules/gpu/src/cuda/matrix_reductions.cu
modules/gpu/src/cuda/remap.cu
modules/gpu/src/cuda/resize.cu
modules/gpu/src/imgproc.cpp
modules/gpu/src/opencv2/gpu/device/detail/transform_detail.hpp
modules/gpu/src/opencv2/gpu/device/transform.hpp
modules/gpu/src/opencv2/gpu/device/utility.hpp
modules/gpu/test/test_arithm.cpp
modules/gpu/test/test_calib3d.cpp
modules/gpu/test/test_features2d.cpp
modules/gpu/test/test_filters.cpp
modules/gpu/test/test_gpu_base.cpp
modules/gpu/test/test_gpu_base.hpp
modules/gpu/test/test_hog.cpp
modules/gpu/test/test_imgproc.cpp
modules/gpu/test/test_main.cpp
modules/gpu/test/test_matop.cpp
modules/gpu/test/test_nvidia.cpp
modules/gpu/test/test_precomp.hpp
modules/gpu/test/test_video.cpp