added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with...
authorAlexey Spizhevoy <no@email>
Wed, 8 Dec 2010 13:03:53 +0000 (13:03 +0000)
committerAlexey Spizhevoy <no@email>
Wed, 8 Dec 2010 13:03:53 +0000 (13:03 +0000)
commit40304721a775023a13278fcb757e565c333d4774
tree2495e100d947135e8775ed074f8bc7c90ef2efbc
parent3beac049d54ecc81d0dd44ed469def7fe53e2e1d
added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with block and without blocks)
modules/gpu/CMakeLists.txt
modules/gpu/src/cuda/match_template.cu
modules/gpu/src/match_template.cpp
tests/gpu/src/match_template.cpp