added Generalized Hough implementation
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 10 Sep 2012 12:24:55 +0000 (16:24 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 10 Sep 2012 12:49:40 +0000 (16:49 +0400)
commit98c92f196ea6ac9e1a60b1b44d4fb34f87c4ff2a
tree485289f09da903672975fc62644822cf99bcf997
parent86c7e183d2826851a7dae737250ece8d75ea98d1
added Generalized Hough implementation
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/cuda/hough.cu
modules/gpu/src/hough.cpp
modules/gpu/test/test_hough.cpp [new file with mode: 0644]
modules/gpu/test/test_imgproc.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/generalized_hough.cpp [new file with mode: 0644]
samples/cpp/generalized_hough.cpp [new file with mode: 0644]
samples/cpp/templ.png [new file with mode: 0644]