22 Commits (732bd621bbea99c9969ce2a511f0628e75e924ac)

Author SHA1 Message Date
Alexey Spizhevoy 732bd621bb added masks support for bitwise operations on GPU 15 years ago
Alexey Spizhevoy faf4d0bc74 added bitwise operations into gpu module 15 years ago
Vladislav Vinogradov 863d61e9eb fix gpu module compilation under linux 15 years ago
Vladislav Vinogradov 2c39f0ee33 fix unnecessary memory allocation in gpu::magnitude and gpu::phase 15 years ago
Vladislav Vinogradov b08f60828b added to gpu module linear filters for int and float source types. 15 years ago
Vladislav Vinogradov e12e4798e0 added gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart 15 years ago
Vladislav Vinogradov 4124633359 added magnitudeSqr and rectStdDev to gpu module. 15 years ago
Vladislav Vinogradov 3e840cb798 added min/max filters to gpu module. 15 years ago
Vladislav Vinogradov 66df8ef06c added Filter Engine to gpu module. 15 years ago
Vladislav Vinogradov 5285722c1c added gpu::magnitude for complex source vector (two channels float). 15 years ago
Vladislav Vinogradov 51d5959aca added gpu add, subtract, multiply, divide, absdiff with Scalar. 15 years ago
Vladislav Vinogradov e1e5047b6e added gpu::LUT for CV_8UC3 type, added gpu::cvtColor for BGR2BGR5x5, minor fix in tests. 15 years ago
Anatoly Baksheev 1b8c00000c added black list for gpu tests 15 years ago
Anatoly Baksheev a5910ac068 modified according to NPP for CUDA 3.2 API updates. 15 years ago
Vladislav Vinogradov 4100cbd997 added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP. 15 years ago
Vladislav Vinogradov a2f8817df1 minor refactoring of GPU module and GPU tests 15 years ago
Vladislav Vinogradov b803c24345 added nppSafeCall 15 years ago
Vladislav Vinogradov b181d78ca5 Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP. 15 years ago
Vladislav Vinogradov b5c92a7dc0 Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP. 15 years ago
Vladislav Vinogradov 37d39bd9de Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP. 15 years ago
Kirill Kornyakov 8e38063965 gpu::add now supports 8UC4 and 32FC1 15 years ago
Kirill Kornyakov 01eac6d3e3 Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake. 15 years ago
Anatoly Baksheev 4c4871e34d GCC warning: new line at the end of file 15 years ago
Anatoly Baksheev 77ce659154 15 years ago
Anatoly Baksheev 07825bad1e compilation with no cuda re factored 15 years ago
Anatoly Baksheev 7f6fb6ef97 First gpu code draft. Interface might be significantly changed in future. 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago