407 Commits (7544ddbfefe8ca2b8650ab1198d5da611482cd02)

Author SHA1 Message Date
Anatoly Baksheev a5910ac068 modified according to NPP for CUDA 3.2 API updates. 14 years ago
Vladislav Vinogradov 4100cbd997 added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP. 14 years ago
Alexey Spizhevoy b2cdb7fa39 implemented cv::gpu::merge and cv::gpu::split functions 14 years ago
Vladislav Vinogradov a2f8817df1 minor refactoring of GPU module and GPU tests 14 years ago
Anatoly Baksheev 4ffb519cdd GPU module: minor interface changes 14 years ago
Anatoly Baksheev 1387bfcde0 added GPU implementation of morphology functions (using NPP) and tests for it. 14 years ago
Vladislav Vinogradov b181d78ca5 Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP. 14 years ago
Vladislav Vinogradov b5c92a7dc0 Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP. 14 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. 14 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. 14 years ago
Kirill Kornyakov 6960e1544d GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings. 14 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. 14 years ago
Vladislav Vinogradov 0a73af8e22 added cvtColor on gpu (supports conversion between RGB, BGR and GRAY) 14 years ago
Vladislav Vinogradov 304caab746 added remap version for 3-channels input images 14 years ago
Andrey Morozov 096080de70 added methods estimateRecopmmendedParams for StereoBP and StereoCSBP 14 years ago
Vladislav Vinogradov 1febf345bf renamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and reprojectImageTo3D_GPU. 14 years ago
Vladislav Vinogradov ec4ce050f9 added reprojectImageTo3D_GPU 14 years ago
Vladislav Vinogradov 6cafec8861 added colorizeDisp, fixed DisparityBilateralFilter 14 years ago
Vladislav Vinogradov 1f04ea477f added DisparityBilateralFilter to gpu module 14 years ago
Anatoly Baksheev 97d17d8ad1 fixed warnings 14 years ago
Andrey Morozov aaa8678cff fixed some warnings 14 years ago
Andrey Morozov 28030952fa added get_first_k_initial_global_init_global_cost in gpu::SCBP 14 years ago
Anatoly Baksheev 9a669b1ceb fixed bugs in page locked memory allocation 14 years ago
Vladislav Vinogradov 9ddb373614 added version of StereoBeliefPropagation::operator() for user specified data term 14 years ago
Anatoly Baksheev 4c4871e34d GCC warning: new line at the end of file 14 years ago
Anatoly Baksheev ef9a9d43a4 a lot of refactoring 15 years ago
Andrey Morozov 35ebeb21bd added implement MatPL with serocopy and writecombited 15 years ago
Anatoly Baksheev 77ce659154 15 years ago
Vladislav Vinogradov 6062fad7d8 added minimum disparity threshold parameter to StereoConstantSpaceBP 15 years ago
Vladislav Vinogradov 26712fad72 gpu::StereoConstantSpaceBP: 15 years ago
Vladislav Vinogradov ee104c27d8 added gpu implementation of constant space belief propagation stereo matching. 15 years ago
Anatoly Baksheev 2a385be0ef meanShiftFilteringGPU: performance and bug with type conversions 15 years ago
Anatoly Baksheev d1fc3e6b5a cv::gpu::CudaStream -> cv::gpu::Stream 15 years ago
Anatoly Baksheev 9ee159462d meanShiftFiltering added (by masha) 15 years ago
Vladislav Vinogradov 788ac96f8b added optimized belief propagation implementation (used short for messages) 15 years ago
Anatoly Baksheev 9ac1741555 speckle filtering added 15 years ago
Vladislav Vinogradov 63fed0f831 changed StereoBeliefPropagation_GPU output disparity default type to CV_32S 15 years ago
Vladislav Vinogradov 84f51332dd implemented asynchronous call for StereoBeliefPropagation_GPU 15 years ago
Vladislav Vinogradov 5bd128fac8 added gpu belief propagation stereo matching 15 years ago
Andrey Morozov 12dc52c2e7 implemented asynchronous call for StereoBM() 15 years ago
Anatoly Baksheev 22f5376e82 refactoring and minor code improvements 15 years ago
Andrey Morozov fff2160d1f implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call. 15 years ago
Andrey Morozov 769564c130 implemented asynchronous call for gpumat::setTo(), gpumat::copyTo(), gpumat::converTo() 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
Anatoly Baksheev 17f7b12a83 Variable winSize for StereoBP_GPU 15 years ago
Anatoly Baksheev f31cf6d88d prefilter_xsobel option added to stereobm_gpu 15 years ago
Andrey Morozov ace7c7e93c linux compiletion error 15 years ago
Anatoly Baksheev 07825bad1e compilation with no cuda re factored 15 years ago
Anatoly Baksheev 2c84a66ec7 added support to build without cuda. 15 years ago