minor gpu module refactoring: split big .cu files, disabled unnecessary template...
authorVladislav Vinogradov <no@email>
Wed, 14 Sep 2011 06:23:46 +0000 (06:23 +0000)
committerVladislav Vinogradov <no@email>
Wed, 14 Sep 2011 06:23:46 +0000 (06:23 +0000)
commitbe8e31f14d4e4396dce0aae67c4eda123e23c465
tree1f867cb7af705174a513bbbe86b53df290db8d76
parentd99f4a2beb80ada3289354b585ae34b36d1a11e0
minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation
24 files changed:
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_filters.cpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf/perf_utility.hpp
modules/gpu/src/brute_force_matcher.cpp
modules/gpu/src/cuda/bf_knnmatch.cu [new file with mode: 0644]
modules/gpu/src/cuda/bf_match.cu [new file with mode: 0644]
modules/gpu/src/cuda/bf_radius_match.cu [new file with mode: 0644]
modules/gpu/src/cuda/bilateral_filter.cu [new file with mode: 0644]
modules/gpu/src/cuda/brute_force_matcher.cu [deleted file]
modules/gpu/src/cuda/column_filter.cu [new file with mode: 0644]
modules/gpu/src/cuda/filters.cu [deleted file]
modules/gpu/src/cuda/imgproc.cu
modules/gpu/src/cuda/pyr_down.cu [new file with mode: 0644]
modules/gpu/src/cuda/pyr_up.cu [new file with mode: 0644]
modules/gpu/src/cuda/remap.cu [new file with mode: 0644]
modules/gpu/src/cuda/resize.cu [new file with mode: 0644]
modules/gpu/src/cuda/row_filter.cu [new file with mode: 0644]
modules/gpu/src/filtering.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/src/opencv2/gpu/device/detail/utility_detail.hpp
modules/gpu/src/opencv2/gpu/device/detail/vec_distance_detail.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/utility.hpp
modules/gpu/src/opencv2/gpu/device/vec_distance.hpp