added Generalized Hough implementation
[profile/ivi/opencv.git] / modules / gpu / test / test_imgproc.cpp
2012-09-10 Vladislav Vinogradovadded Generalized Hough implementation
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
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 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-20 Vladislav VinogradovMerge branch 'gpu-tests'
2012-08-20 Vladislav Vinogradovminor gpu tests fix
2012-08-19 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-19 Andrey KamaevFix build warnings
2012-08-15 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-15 Vladislav VinogradovMerge branch 'hough-lines-gpu'
2012-08-14 Vladislav Vinogradovnew optimized version
2012-08-14 Vladislav Vinogradovadded accuracy and performance tests
2012-06-12 Andrey KamaevFixed number of warnings. Fixed mingw64 build.
2012-05-22 Anatoly Baksheevgpu: added Cascade and mulAndScaleSpectrums perf tests
2012-03-28 Vladislav Vinogradovadded support of 3-channels output to gpu::reprojectIma...
2012-03-28 Vladislav Vinogradovmoved gpu cvtColor tests to separate file
2012-03-26 Alexey SpizhevoyFixed gpu::matchTemplate for correct handling of big...
2012-03-21 Vladislav Vinogradovfixed gpu::filter2D border interpolation for CV_32FC1...
2012-03-20 Vladislav Vinogradovrefactored and fixed some gpu tests
2012-03-19 Vladislav Vinogradovfixed gpu::pyrUp (now it matches cpu analog)
2012-03-14 Vladislav Vinogradovrefactored and fixed bugs in gpu warp functions (remap...
2012-03-07 Vladislav Vinogradovfixed bug in gpu::pyrUp implementation
2012-03-07 Vladislav Vinogradovfixed bug in gpu::pyrDown
2012-03-07 Vladislav Vinogradovupdated image for StereoConstantSpaceBP regression...
2012-02-22 Vladislav Vinogradovcreated wrappers for new NPP functions
2012-02-06 Vladislav Vinogradovremoved ASSERT_NO_THROW
2012-01-23 Vladislav Vinogradovadded support of BORDER_REFLECT to gpu::cornerHarris...
2012-01-10 Vladislav Vinogradovfixed bug with submatrix in some gpu functions
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-10-13 Alexey SpizhevoyUpdated optimal block size estimation in gpu::convolve()
2011-10-10 Vladislav Vinogradovimplemented brute force convolve for small kernel sizes
2011-10-10 Vladislav Vinogradovadded missing arithm operations to gpu module
2011-09-21 Vladislav Vinogradovimplemented gpu::copyMakeBorder for all border modes
2011-09-12 Vladislav Vinogradovimplemented gpu::resize for all types
2011-09-06 Vladislav Vinogradovadded bicubic interpolation to gpu::remap
2011-09-05 Vladislav Vinogradovfixed build under linux
2011-08-31 Vladislav Vinogradovadded BORDER_REFLECT and BORDER_WRAP support to gpu...
2011-08-31 Vladislav Vinogradovimplemented gpu::remap for all types
2011-08-29 Vladislav Vinogradovrefactored gpu::BruteForceMatcher (moved some utility...
2011-08-29 Alexey Spizhevoyfixed bug in gpu::matchTemplate (added normalization...
2011-08-24 Vladislav Vinogradovoptimized gpu pyrDown and pyrUp
2011-08-22 Vladislav Vinogradovoptimized some gpu::cvtColor functions
2011-08-17 Vladislav Vinogradovfixed bug in gpu::cvtColor
2011-08-10 Vladislav Vinogradovadded remap test, fix compilation error
2011-08-09 Vladislav Vinogradovfixed gpu test failure on empty test data
2011-08-08 Vladislav Vinogradovadded gpu::Canny function
2011-08-02 Vladislav Vinogradovadded gpu::equalizeHist function
2011-08-01 Vladislav Vinogradovadded gpu::calcHist function
2011-07-08 Alexey Spizhevoyadded support of old CC into GPU mean shift routines
2011-07-01 Alexey Spizhevoyadded tests for pyrDown and pyrUp (gpu)
2011-06-30 Alexey SpizhevoyGPU: updated upsample, downsample functions, added...
2011-06-29 Vladislav Vinogradovfixed gpu tests
2011-06-29 Vladislav Vinogradovrefactored gpu module tests