280 Commits (ae79fe10dc72f65f0ede1cda947db57ad7032a98)

Author SHA1 Message Date
Vladislav Vinogradov ae79fe10dc do not loose logs from nvidia tests 10 years ago
Vladislav Vinogradov 62fc342d35 use fixed seed for RNG in gpu SolvePnPRansac test 10 years ago
Vladislav Vinogradov 1d40946959 Bug #4315 : fix CUDA bitwise operations with mask 10 years ago
Vladislav Vinogradov a752f25944 increase epsilon for solvePnPRansac function 10 years ago
Vladislav Vinogradov 55339de684 make NVIDIA tests verbose by default 10 years ago
Vladislav Vinogradov 6d0f8aa893 fix tests for gpu HOG 10 years ago
Vladislav Vinogradov 95ea12588e set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic 10 years ago
Vladislav Vinogradov ef347aa6a4 disable gpu::matchTemplate tests 10 years ago
Vladislav Vinogradov fcbefaff86 fix tests for gpu::matchTemplate: 10 years ago
Vladislav Vinogradov b0b2fc9e3f get rid of cuda.h usage 10 years ago
Vladislav Vinogradov a26e496d00 minor fix for StereoCSBP data cost compute kernel and test 11 years ago
Vladislav Vinogradov d579d3e596 increase epsilons for some tests, which functions use floating point arithm 11 years ago
Vladislav Vinogradov 599f5ef51b use downscaled frames in FGDStatModel test 11 years ago
Vladislav Vinogradov 86e12b6074 increase epsilon for ResizeSameAsHost test 11 years ago
Vladislav Vinogradov da9be8231f fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version 11 years ago
Vladislav Vinogradov d822d6f101 disable GeneralizedHough tests on gcc 4.7 11 years ago
Vladislav Vinogradov 6d368dc1e7 increase epsilon for MOG2::getBackgroundImage test: 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Vladislav Vinogradov 8b44a42a40 decrease input size for several gpu tests to fix "timed out" error: 11 years ago
Vladislav Vinogradov 5d099df578 Revert "disable CUDA generalized Hough Transform" 11 years ago
Vladislav Vinogradov 3e4bb371c8 fix epsilons for several gpu tests 11 years ago
Vladislav Vinogradov b6ba1f226c Revert "disable gpu CvtColor.*2HSV tests:" 11 years ago
Vladislav Vinogradov da44a2fac1 Revert "disable gpu Subtract_Array test:" 11 years ago
Vladislav Vinogradov 952027a853 disable gpu CvtColor.*2HSV tests: 11 years ago
Vladislav Vinogradov e91bf95d58 disable gpu Subtract_Array test: 11 years ago
Vladislav Vinogradov 8401ed9395 disable some gpu tests if library was built without CUFFT 11 years ago
Vladislav Vinogradov 49731ad530 gpu test output files moved from cwd to temp folder 11 years ago
Vladislav Vinogradov 33d42b740c disable CUDA generalized Hough Transform 11 years ago
Vladislav Vinogradov 53494ba397 increase thresholds for some tests 12 years ago
Vladislav Vinogradov 15678efe84 disable 2 problematic tests 12 years ago
Vladislav Vinogradov 14ee306b9e fix gpu test for Demosaicing: 12 years ago
Vladislav Vinogradov f826bd8bce removed NPP implementation 12 years ago
kamjagin c24c1a5926 added HAVE_QTKIT to tests 12 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 12 years ago
Vladislav Vinogradov a28cb99e88 optimized version of histEven for CV_8UC1 12 years ago
Vladislav Vinogradov bfca1afd9e rewrite histEven test 12 years ago
Vladislav Vinogradov c8d1fccdac compare cv::gpu::calcHist with cv::calcHist 12 years ago
Vladislav Vinogradov 516e5b2563 fixed BroxOpticalFlow regression test 12 years ago
Vladislav Vinogradov 6b1c28ce6d fixed some gpu tests (different rounding results due to float arithmetics) 12 years ago
Andrey Kamaev 96b008cd29 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 12 years ago
Vladislav Vinogradov 4d23e2c8c9 GPU implementation of CLAHE 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Vladislav Vinogradov 0149969463 disable tests that requires video support if it is not available 12 years ago
Vladislav Vinogradov fd7bf0b766 moved SURF_GPU and VIBE to gpunonfree module 12 years ago
Vladislav Vinogradov abc9ef6809 moved utility functions from gpu_perf_test and gpu_test to ts module 12 years ago
Vladislav Vinogradov 4a237af814 implemented Malvar, He, and Cutler Bayer Demosaicing on gpu 12 years ago
Vladislav Vinogradov 4ddf634c30 gpu : implement Bayer* -> Gray color conversion 12 years ago
Vladislav Vinogradov f533f0dca9 fixed gpu sanity tests 12 years ago
Vladislav Vinogradov 10402c8a85 fixed gpu HoughCircles test 12 years ago
Vladislav Vinogradov c9868fc01f fixed warp tests 12 years ago