added bicubic interpolation to gpu::remap
authorVladislav Vinogradov <no@email>
Tue, 6 Sep 2011 07:01:23 +0000 (07:01 +0000)
committerVladislav Vinogradov <no@email>
Tue, 6 Sep 2011 07:01:23 +0000 (07:01 +0000)
commit84022779a1c97e33d0f1b1f43e0d2ea6c4a13405
tree5fb166efbfba21a1c3963817120d5732e6d312c3
parent415978b1c98314cfa4f13281cdff6e276ff5e40e
added bicubic interpolation to gpu::remap
modules/gpu/src/cuda/brute_force_matcher.cu
modules/gpu/src/cuda/imgproc.cu
modules/gpu/src/cuda/surf.cu
modules/gpu/src/imgproc.cpp
modules/gpu/src/opencv2/gpu/device/filters.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/utility.hpp
modules/gpu/src/opencv2/gpu/device/vec_distance.hpp [new file with mode: 0644]
modules/gpu/test/test_imgproc.cpp
samples/gpu/performance/tests.cpp