added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
authorVladislav Vinogradov <no@email>
Mon, 13 Feb 2012 12:57:27 +0000 (12:57 +0000)
committerVladislav Vinogradov <no@email>
Mon, 13 Feb 2012 12:57:27 +0000 (12:57 +0000)
commita10fed8fd1125dd9cac4674d7090d0dd28401d6f
tree12bea3d01179df7d54968625a28cf7a889c480c7
parentedc9d4f95159b856fa7e8500547083f1479423b2
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_video.cpp
modules/gpu/src/cuda/gftt.cu [new file with mode: 0644]
modules/gpu/src/cuda/pyrlk.cu [new file with mode: 0644]
modules/gpu/src/gftt.cpp [new file with mode: 0644]
modules/gpu/src/pyrlk.cpp [new file with mode: 0644]
modules/gpu/test/test_precomp.hpp
modules/gpu/test/test_video.cpp
samples/gpu/brox_optical_flow.cpp [moved from samples/gpu/optical_flow.cpp with 95% similarity]
samples/gpu/performance/tests.cpp
samples/gpu/pyrlk_optical_flow.cpp [new file with mode: 0644]