3 Commits (fad7b35b9add31f453c2da657d9fe91830d5d529)

Author SHA1 Message Date
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov 508fb6aa5b renamed gpunvidia -> gpulegacy 12 years ago
Vladislav Vinogradov 229ca0914a gpunvidia module for NCV & NPP API 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Vladislav Vinogradov b7e6b5af1b fixed tests (call resetDevice, if there was a gpu failure) 12 years ago
Vladislav Vinogradov 1a76242d99 added GPU_TEST_P macros 12 years ago
Vladislav Vinogradov 4ba33fa1ed Revert "call resetDevice if gpu test fails" 12 years ago
Vladislav Vinogradov ab25fe9e37 call resetDevice if gpu test fails 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Vladislav Vinogradov cfc09d01c8 disabled NVidia test output by default 12 years ago
Anatoly Baksheev 55b1d7c097 added CUDA_DISABLER preprocessor commands 12 years ago
Vladislav Vinogradov 35b671efb5 disabled utility code in gpu tests when WITH_CUDA=false 12 years ago
Vladislav Vinogradov ec7f9566e0 minor gpu tests fix 12 years ago
Marina Kolpakova 680a44189c merged the trunk r8704:8716 13 years ago
Marina Kolpakova b065c7a296 fixes for the newly added gcc warning keys 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Marina Kolpakova f6b451c607 fixed another piece of warnings 13 years ago
Vladislav Vinogradov e467ece19c merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test) 13 years ago
Vladislav Vinogradov 70f8b8b5ec fixed GPU_NVidia/NCV.Visualization test 13 years ago
Vladislav Vinogradov 5aae21c037 fixed bug #1640 13 years ago
Vladislav Vinogradov b2a6a257b7 minor modification of gpu video tests 13 years ago
Vladislav Vinogradov ade7394e77 refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective) 13 years ago
Vladislav Vinogradov 75ac4362ca removed ASSERT_NO_THROW 13 years ago
Vladislav Vinogradov af59a75ffc fixed bug with submatrix in some gpu functions 13 years ago
Vladislav Vinogradov d1b4b5f0de refactored gpu module tests 14 years ago
Anatoly Baksheev 33f7307e9e added test data for NVidia's FD tests 14 years ago
Anatoly Baksheev dda3df8008 enabled nvidia's tests 14 years ago
Anatoly Baksheev 047c7e0fd6 *applied patch from NVidia (nppstTraspose bug) 14 years ago
Alexey Spizhevoy 12c2ead83f added NVIDIA tests (disabled because doesn't work under Linux) 14 years ago
Alexey Spizhevoy 8cf6643903 changed a little NVIDIA Staging test framework to handle failed tests correctly 14 years ago
Anatoly Baksheev 0747f2d863 1) NPP_staging as sources. Binaries removed. 14 years ago
Vladislav Vinogradov 8274ed22e4 fixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async) 14 years ago
Alexey Spizhevoy 1ecb6cf775 simplified gpu::columnSum test, it doesn't fail on Quadro anymore (when seed is 000001af5a11badd) after BFM test, but something definitely wrong with NPP_Staging's transpose 14 years ago
Alexey Spizhevoy 21b081deff now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates 14 years ago
Alexey Spizhevoy e7cf541f5f fixed bug in matchTemplate when template size is (1,1), refactored 14 years ago
Alexey Spizhevoy 3997514b7c added tests for gpu::sum, it supports all data types, but single channel images only 14 years ago
Alexey Spizhevoy 19b434be50 minor refactoring of gpu module 14 years ago
Alexey Spizhevoy 50167f6c26 added first version of gpu::matchTemplate, currently it works only with 8UC1 images and SQDIFF method 14 years ago
Anatoly Baksheev fbdb4f4ab5 1) gpu test refactoring. 14 years ago
Alexey Spizhevoy bdaad9e1fe added support of buffers into gpu::minMaxLoc, reduced memory requirements, refactored 14 years ago
Alexey Spizhevoy 282e01cb4a added support of all data types into gpu::minMax 14 years ago
Vladislav Vinogradov 3c0cc087d6 fixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory 14 years ago
Anatoly Baksheev 80b68af700 now opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH 14 years ago
Vladislav Vinogradov 2cd9fbb66a disabled some gpu tests 14 years ago
Vladislav Vinogradov b08f60828b added to gpu module linear filters for int and float source types. 14 years ago
Vladislav Vinogradov f6895e7738 fixed gpu filters (deriv filter and source roi calculation) 14 years ago
Vladislav Vinogradov 66df8ef06c added Filter Engine to gpu module. 14 years ago
Vladislav Vinogradov 49fa536c62 added Sobel, GaussianBlur, Canny to gpu module. 14 years ago