refactored gpu::BruteForceMatcher (moved some utility functions to device layer)
authorVladislav Vinogradov <no@email>
Mon, 29 Aug 2011 11:31:52 +0000 (11:31 +0000)
committerVladislav Vinogradov <no@email>
Mon, 29 Aug 2011 11:31:52 +0000 (11:31 +0000)
commit5f9e47a9cd5a94e19499b4662b057ab6916afda5
treed02a48de3df2be684489a5af930fbf5c7ea82dfe
parent50b72197ab672d808e6883bd10294dc5a0edab69
refactored gpu::BruteForceMatcher (moved some utility functions to device layer)
18 files changed:
modules/gpu/src/brute_force_matcher.cpp
modules/gpu/src/cuda/brute_force_matcher.cu
modules/gpu/src/cuda/surf.cu
modules/gpu/src/opencv2/gpu/device/color.hpp
modules/gpu/src/opencv2/gpu/device/datamov_utils.hpp
modules/gpu/src/opencv2/gpu/device/detail/color_detail.hpp [moved from modules/gpu/src/opencv2/gpu/device/detail/color.hpp with 100% similarity]
modules/gpu/src/opencv2/gpu/device/detail/transform_detail.hpp [moved from modules/gpu/src/opencv2/gpu/device/detail/transform.hpp with 100% similarity]
modules/gpu/src/opencv2/gpu/device/detail/type_traits_detail.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/detail/utility_detail.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/emulation.hpp
modules/gpu/src/opencv2/gpu/device/functional.hpp
modules/gpu/src/opencv2/gpu/device/saturate_cast.hpp
modules/gpu/src/opencv2/gpu/device/transform.hpp
modules/gpu/src/opencv2/gpu/device/type_traits.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/utility.hpp
modules/gpu/src/opencv2/gpu/device/vec_math.hpp
modules/gpu/test/test_imgproc.cpp
samples/gpu/performance/tests.cpp