added Generalized Hough implementation
[profile/ivi/opencv.git] / modules / gpu / src / cuda / hough.cu
2012-09-10 Vladislav Vinogradovadded Generalized Hough implementation
2012-09-05 Yury ZemlyanskiyMerge remote-tracking branch 'itseez/opencv'
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-30 Vladislav Vinogradovfixed bug in buildPointList
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-08-23 Andrey KamaevMerge branch 'norm_Matx' of git://github.com/vrabaud...
2012-08-23 Vladislav Vinogradovfixed type for threshold parameter
2012-08-23 Vladislav Vinogradovgpu version of HoughCircles
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-21 Leonid BeynensonMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Andrey KamaevMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Vladislav Vinogradovgpu::HoughLines : minor code improvements
2012-08-15 Vladislav Vinogradovfixed block size for old CC
2012-08-15 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-15 Vladislav Vinogradovfixed typo
2012-08-15 Vladislav Vinogradovfixed shared memory size for linesAccumShared
2012-08-15 Vladislav VinogradovMerge branch 'hough-lines-gpu'
2012-08-15 Vladislav Vinogradovadded linesAccumGlobal kernel
2012-08-14 Vladislav Vinogradovfixed failure
2012-08-14 Vladislav Vinogradovnew optimized version
2012-08-14 Vladislav Vinogradovfixed overflow bugs, updated perf tests
2012-08-13 Vladislav Vinogradovfirst naive version