added first version of gpu::matchTemplate, currently it works only with 8UC1 images...
authorAlexey Spizhevoy <no@email>
Mon, 6 Dec 2010 14:19:41 +0000 (14:19 +0000)
committerAlexey Spizhevoy <no@email>
Mon, 6 Dec 2010 14:19:41 +0000 (14:19 +0000)
commit50167f6c26d350ea6788d7c83ab24b34d231007d
tree45c629ab4e0485b0b5850c7d60d95081440bb57d
parent8891acb67a12c50d42750b65ff32b1aa0cb26d4e
added first version of gpu::matchTemplate, currently it works only with 8UC1 images and SQDIFF method
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/border_interpolate.cpp
modules/gpu/src/cuda/border_interpolate.hpp
modules/gpu/src/cuda/match_template.cu [new file with mode: 0644]
modules/gpu/src/internal_shared.hpp [moved from modules/gpu/src/internal_common.hpp with 94% similarity]
modules/gpu/src/match_template.cpp [new file with mode: 0644]
tests/gpu/src/gputest_main.cpp
tests/gpu/src/match_template.cpp [new file with mode: 0644]