22 Commits (fb7aa43feb963479c285bed1a0720cb58bd5f4eb)

Author SHA1 Message Date
Vladislav Vinogradov fb7aa43feb added gpu 1d window sum, convertTo, based on NPP. 15 years ago
Vladislav Vinogradov 5d95cd75f2 added gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV 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
Vladislav Vinogradov 4100cbd997 added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP. 15 years ago
Vladislav Vinogradov b181d78ca5 Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP. 15 years ago
Kirill Kornyakov 6960e1544d GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings. 15 years ago
Kirill Kornyakov ec7e937481 meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module. 15 years ago
Anatoly Baksheev e65234b8be minor compilation fix 15 years ago
Maria Dimashova 05d702b139 fixed compile error when HAVE_CUDA is not defined 15 years ago
Vladislav Vinogradov 0a73af8e22 added cvtColor on gpu (supports conversion between RGB, BGR and GRAY) 15 years ago
Vladislav Vinogradov 304caab746 added remap version for 3-channels input images 15 years ago
Vladislav Vinogradov 1febf345bf renamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and reprojectImageTo3D_GPU. 15 years ago
Vladislav Vinogradov ec4ce050f9 added reprojectImageTo3D_GPU 15 years ago
Vladislav Vinogradov 6cafec8861 added colorizeDisp, fixed DisparityBilateralFilter 15 years ago
Anatoly Baksheev 97d17d8ad1 fixed warnings 15 years ago
Anatoly Baksheev 2a385be0ef meanShiftFilteringGPU: performance and bug with type conversions 15 years ago
Anatoly Baksheev 9ee159462d meanShiftFiltering added (by masha) 15 years ago
Anatoly Baksheev 22f5376e82 refactoring and minor code improvements 15 years ago
Anatoly Baksheev d352db7ec4 imgproc_gpu - minor refactoring 15 years ago
Vladislav Vinogradov edd68e588b Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies. 15 years ago
Vadim Pisarevsky 93d469956d fixed reading of certain BMP files 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago