fixed gpu::pyrUp (now it matches cpu analog)
authorVladislav Vinogradov <no@email>
Mon, 19 Mar 2012 09:27:06 +0000 (09:27 +0000)
committerVladislav Vinogradov <no@email>
Mon, 19 Mar 2012 09:27:06 +0000 (09:27 +0000)
commit6397fa5b38023dd25b7114a19ddd05105127d67d
tree1826846261e21f186674b489766d2559636b0b32
parent484fe1d5980ecf25752c6bf9ca98a1e41e9b0fdd
fixed gpu::pyrUp (now it matches cpu analog)
fixed several warnings
modules/gpu/doc/image_processing.rst
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/cuda/pyr_down.cu
modules/gpu/src/cuda/pyr_up.cu
modules/gpu/src/imgproc.cpp
modules/gpu/src/pyramids.cpp [new file with mode: 0644]
modules/gpu/test/test_calib3d.cpp
modules/gpu/test/test_features2d.cpp
modules/gpu/test/test_imgproc.cpp
modules/gpu/test/test_pyramids.cpp [new file with mode: 0644]
modules/gpu/test/utility.hpp