GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support...
authorAlexey Spizhevoy <no@email>
Thu, 30 Jun 2011 14:39:48 +0000 (14:39 +0000)
committerAlexey Spizhevoy <no@email>
Thu, 30 Jun 2011 14:39:48 +0000 (14:39 +0000)
commit674b76339592f01fccca414924ed8e484e65b8d5
tree0f7f17e1f3ba49c8a7ade2bad7512edd522dd60b
parenta44d6aacc80acca88ca66ca1ed6df73c67f22b60
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
19 files changed:
modules/gpu/include/opencv2/gpu/gpu.hpp
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/internal_shared.hpp
modules/gpu/src/element_operations.cpp
modules/gpu/src/filtering.cpp
modules/gpu/src/imgproc_gpu.cpp
modules/gpu/src/matrix_operations.cpp
modules/gpu/src/opencv2/gpu/device/border_interpolate.hpp
modules/gpu/test/test_imgproc.cpp
modules/stitching/blenders.cpp
modules/stitching/blenders.hpp
modules/stitching/main.cpp
modules/stitching/matchers.cpp
modules/stitching/warpers.cpp
modules/stitching/warpers.hpp
samples/gpu/performance/tests.cpp