4 Commits (d5ba7c382645561ca1adf3aae3936f3c5d7aec38)

Author SHA1 Message Date
Vladislav Vinogradov 0d09352fca fixed gpu::cvtColor 14 years ago
Alexey Spizhevoy 97282d8ff8 added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp 14 years ago
Alexey Spizhevoy 12c2ead83f added NVIDIA tests (disabled because doesn't work under Linux) 14 years ago
Alexey Spizhevoy 6f788ff8db ported GPU test to GTest framework 14 years ago
Alexey Spizhevoy 82856150c1 fixed warpAffine and warpPerspective under Linux 14 years ago
Vladislav Vinogradov 5cd06d6a36 fixed SURF_GPU (fails on empty data) 14 years ago
Alexey Spizhevoy 5cc7d858ad fixed warpAffine and warpPerspective tests 14 years ago
Alexey Spizhevoy a80793667f fixed gpu image resize test 14 years ago
Alexey Spizhevoy 3795142604 implemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added support of other data types 14 years ago
Vladislav Vinogradov 8274ed22e4 fixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async) 14 years ago
Vladislav Vinogradov 8abdb3721f added gpu threshold. 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 783716838d updated test for gpu::dft, updated dft for handling continous source 14 years ago
Vladislav Vinogradov 0cd587ee34 added gpu transpose and integral based on NPP Staging. 14 years ago
Alexey Spizhevoy 9801d07a46 added test for gpu:columnSum 14 years ago
Alexey Spizhevoy 6ef4d9b1dd added sipport of BORDER_REPLICATE mode into gpu::corner* functions 14 years ago
Alexey Spizhevoy ab04a03621 added support of BORDER_REFLECT into gpu::cornerHarris and etc, added support of border extr. int linear filters 14 years ago
Alexey Spizhevoy cc537741bc fixed some gpu tests 14 years ago
Alexey Spizhevoy d9489bbe0c fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal 14 years ago
Alexey Spizhevoy d0dfae5143 fixed bug in ms segmentation 14 years ago
Alexey Spizhevoy 493d7a6e45 added min eigen val based corner detector into gpu module 14 years ago
Alexey Spizhevoy 9adfc2cadc added Harris corner detector into gpu module 14 years ago
Anatoly Baksheev fbdb4f4ab5 1) gpu test refactoring. 14 years ago
Vladislav Vinogradov 2cd9fbb66a disabled some gpu tests 14 years ago
Vladislav Vinogradov 4124633359 added magnitudeSqr and rectStdDev to gpu module. 14 years ago
Vladislav Vinogradov f4075e0168 added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS 14 years ago
Vladislav Vinogradov ced60b7498 added histograms calculation to gpu module 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
Vladislav Vinogradov fb7aa43feb added gpu 1d window sum, convertTo, based on NPP. 14 years ago
Alexey Spizhevoy 12b7f3a0d0 fixed some compile-time problems (under Ubuntu) 14 years ago
Vladislav Vinogradov 5d95cd75f2 added gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV 14 years ago
Vladislav Vinogradov 5285722c1c added gpu::magnitude for complex source vector (two channels float). 14 years ago
Vladislav Vinogradov e1e5047b6e added gpu::LUT for CV_8UC3 type, added gpu::cvtColor for BGR2BGR5x5, minor fix in tests. 14 years ago
Anatoly Baksheev 91b5c97d8d gpu test refactoring 14 years ago
Vladislav Vinogradov 4100cbd997 added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP. 14 years ago