gpu version of HoughCircles
[profile/ivi/opencv.git] / modules / gpu / src / cuda / hough.cu
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