gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
[profile/ivi/opencv.git] / modules / gpu / test / test_filters.cpp
2012-10-19 Vladislav Vinogradovgpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC...
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
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 VinogradovMerge branch 'gpu-tests'
2012-08-20 Vladislav Vinogradovminor gpu tests fix
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-12 Andrey KamaevFixed number of warnings. Fixed mingw64 build.
2012-05-30 Vladislav VinogradovMerged revision(s) 8484 from trunk:
2012-05-29 Vladislav Vinogradovfixed some bugs in gpu module under Windows:
2012-04-02 Vladislav Vinogradovfixed gpu::Laplacian
2012-04-02 Vladislav Vinogradovfixeg gpu::Laplacian
2012-04-01 Vladislav Vinogradovfixed gpu::filter2D
2012-03-28 Vladislav Vinogradovadded support of 3-channels output to gpu::reprojectIma...
2012-03-27 Vladislav Vinogradovadded assertion on device features (global atomics...
2012-03-26 Vladislav Vinogradovfixed octave computation in SURF_GPU
2012-03-22 Vladislav Vinogradovadded test for gpu::Laplacian for CV_32FC1 type
2012-03-21 Vladislav Vinogradovfixed gpu::filter2D border interpolation for CV_32FC1...
2012-03-18 Vladislav Vinogradovfixed build in gpu module (SURF and ORB)
2012-03-14 Vladislav Vinogradovrefactored and fixed bugs in gpu warp functions (remap...
2012-03-07 Vladislav Vinogradovupdated image for StereoConstantSpaceBP regression...
2012-02-15 Vladislav Vinogradovfixed and updated gpu implementation of separable liner...
2012-02-06 Vladislav Vinogradovremoved ASSERT_NO_THROW
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-08-09 Vladislav Vinogradovfixed gpu test failure on empty test data
2011-06-29 Vladislav Vinogradovrefactored gpu module tests
2011-05-06 Anatoly Baksheevfixed ~300 warnings under windows (had to hack gtest...
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-02-17 Alexey Spizhevoyported GPU test to GTest framework