added GPU bilateral filter + tests
[profile/ivi/opencv.git] / modules / gpu / src / hough.cpp
2012-08-29 Anatoly Baksheevadded GPU bilateral filter + tests
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 Anatoly Baksheevpossibility to enable /mp compiler flag from cmake
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 VinogradovMerge branch 'hough-lines-gpu'
2012-08-15 Vladislav Vinogradovadded linesAccumGlobal kernel
2012-08-14 Vladislav Vinogradovfixed build without cuda
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-14 Vladislav Vinogradovadded accuracy and performance tests
2012-08-13 Vladislav Vinogradovfirst naive version