fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max...
authorVladislav Vinogradov <no@email>
Mon, 14 Feb 2011 15:50:17 +0000 (15:50 +0000)
committerVladislav Vinogradov <no@email>
Mon, 14 Feb 2011 15:50:17 +0000 (15:50 +0000)
commitdeac5d972e115398a1467a7808710174091f91d1
treeafa876cf0814b2769f91d9d4eb9b48bbea666312
parent5f175f95949ebbd293ee91640b99f59b0be26cc5
fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo)
added assertion after all kernels calls
31 files changed:
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/brute_force_matcher.cpp
modules/gpu/src/cuda/brute_force_matcher.cu
modules/gpu/src/cuda/color.cu
modules/gpu/src/cuda/element_operations.cu
modules/gpu/src/cuda/filters.cu
modules/gpu/src/cuda/hog.cu
modules/gpu/src/cuda/imgproc.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/matrix_reductions.cu
modules/gpu/src/cuda/split_merge.cu
modules/gpu/src/cuda/stereobm.cu
modules/gpu/src/cuda/stereobp.cu
modules/gpu/src/cuda/stereocsbp.cu
modules/gpu/src/cuda/surf.cu
modules/gpu/src/cudastream.cpp
modules/gpu/src/element_operations.cpp
modules/gpu/src/imgproc_gpu.cpp
modules/gpu/src/matrix_operations.cpp
modules/gpu/src/mssegmentation.cpp
modules/gpu/src/opencv2/gpu/device/border_interpolate.hpp
modules/gpu/src/opencv2/gpu/device/transform.hpp
modules/gpu/src/surf.cpp
tests/gpu/src/brute_force_matcher.cpp
tests/gpu/src/features2d.cpp
tests/gpu/src/gputest_main.cpp
tests/gpu/src/meanshift.cpp
tests/gpu/src/mssegmentation.cpp
tests/gpu/src/operator_convert_to.cpp