implemented gpu::copyMakeBorder for all border modes
authorVladislav Vinogradov <no@email>
Wed, 21 Sep 2011 07:02:45 +0000 (07:02 +0000)
committerVladislav Vinogradov <no@email>
Wed, 21 Sep 2011 07:02:45 +0000 (07:02 +0000)
commit64119dd9247f1aaeeb8afc4a974e5a4f0b178164
treefbac3237d17f4ddb7f6a6570d88f3bbd6191df29
parent8483f9ce40f522f231b337db8c9e901d09b12746
implemented gpu::copyMakeBorder for all border modes
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf/perf_utility.hpp
modules/gpu/src/cuda/column_filter.cu
modules/gpu/src/cuda/copy_make_border.cu [new file with mode: 0644]
modules/gpu/src/cuda/row_filter.cu
modules/gpu/src/imgproc.cpp
modules/gpu/src/opencv2/gpu/device/border_interpolate.hpp
modules/gpu/test/test_imgproc.cpp