1137 Commits (894b30b34d8839eccd06adbf0b3831f2ca1dc882)

Author SHA1 Message Date
marina.kolpakova f88be98ec4 print information message about target device for GPU module tests 12 years ago
marina.kolpakova 715a0032e0 add sanity checks into the denoising gpu performance tests 12 years ago
marina.kolpakova 45190aea47 add sanity checks into the features2d gpu performance tests 12 years ago
marina.kolpakova 2243645d36 add sanity checks into the objdetect gpu performance tests 12 years ago
marina.kolpakova 3de2023c61 add sanity checks into the calib3d gpu performance tests 12 years ago
marina.kolpakova dce323a67b add sanity checks into the video gpu performance tests 12 years ago
marina.kolpakova d7ef6f078f temporarily disable HoughLines test 12 years ago
marina.kolpakova 3dbfde421c add sanity checks into the matop gpu performance tests 12 years ago
marina.kolpakova 2a277fb777 add sanity checks into the filters gpu performance tests 12 years ago
marina.kolpakova 1e344d7eba add sanity checks into the imgproc gpu performance tests 12 years ago
marina.kolpakova e46e928429 add sanity checks in core gpu pefrormance tests 12 years ago
marina.kolpakova f5d6367ea1 GPU module performance tests are aligned with other OpenCV pefrofmance tests 12 years ago
marina.kolpakova 10f1004465 move GPU utiluty functions in utility.cpp 12 years ago
marina.kolpakova a9ab26f799 main.cpp moved to perf_main.cpp 12 years ago
Anatoly Baksheev 408e0dcbd0 Fixed output log in GPU perf tests 12 years ago
Anatoly Baksheev c9bcbda827 more compilation fixes 12 years ago
Anatoly Baksheev 91a1a71de2 fixed compilation under Ubuntu without CUDA 12 years ago
Anatoly Baksheev bc0d0c8f31 fixed compilation without CUDA 12 years ago
Anatoly Baksheev 5b31c46c4f added MatCn enum to GPU perf tests 12 years ago
Anatoly Baksheev 9a4265a8d0 fast nlm (class version) 12 years ago
Anatoly Baksheev 4b5bbb7752 fast_nlm initial version 12 years ago
marina.kolpakova 23699acca0 fix for bug 2264 12 years ago
Vladislav Vinogradov be19150672 deleted thrust header 12 years ago
Vladislav Vinogradov ab3a5244ba moved device layer headers to include directory 12 years ago
Vladislav Vinogradov 3ebec7448d minor refactoring: 12 years ago
Vladislav Vinogradov 8d07e92b2c disabled NPP resize for 8uc4+Cubic (Bug #2388) 12 years ago
Vladislav Vinogradov cfc09d01c8 disabled NVidia test output by default 12 years ago
Vadim Pisarevsky 06a13d9ba0 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 12 years ago
Anatoly Baksheev 4df537bc1c warnings 12 years ago
Anatoly Baksheev 55b1d7c097 added CUDA_DISABLER preprocessor commands 12 years ago
marina.kolpakova c6e741196a fix device pointer alignmen in sft-based integral integration 12 years ago
marina.kolpakova ed6885dd8b fixed bit arifmetic in sft-based integral 12 years ago
Anatoly Baksheev f059899329 fixed bug in nln (out of border access) 12 years ago
Anatoly Baksheev 3b075a50e9 fixed warnings under windows 12 years ago
Vladislav Vinogradov 6f175a3c52 changed the type of the arguments to const reference (Bug #2376) 12 years ago
Andrey Kamaev e73089bdb5 Fix windows build warnings 12 years ago
Andrey Kamaev 0e9405e591 Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation 12 years ago
Vladislav Vinogradov 35b671efb5 disabled utility code in gpu tests when WITH_CUDA=false 12 years ago
Vladislav Vinogradov fd77ef7ece optimized gpu pyrDown and sepFilter2D 12 years ago
Vladislav Vinogradov 7591ee1688 fixed gpu perf tests (VideoCapture reopen) 12 years ago
Vladislav Vinogradov e975259c06 several fixes in gpu module 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
AoD314 54a202b3d5 add new version of CommandLineParser. add empty docs 12 years ago
Vadim Pisarevsky a6e2acbfee added a few missing images for tutorials; integrated pull request #26 12 years ago
Vladislav Vinogradov 44330afc7f fixed build without CUDA 12 years ago
Vladislav Vinogradov 29cdddd845 fixed bug in buildPointList 12 years ago
Anatoly Baksheev 3456238c16 minor 12 years ago
Anatoly Baksheev 0ba01afd83 added GPU bilateral filter + tests 12 years ago
Anatoly Baksheev a09679044e renamed device::bilaterl_filter kernel to device::disp_bilaterl_filter for correct naming 12 years ago
Vladislav Vinogradov 14694343cb fixed gpu PyrLKSparse perf test 12 years ago