212 Commits (43a74f40c0511ea727aeace31588a4d653274f11)

Author SHA1 Message Date
Anatoly Baksheev 77ce659154 14 years ago
Vladislav Vinogradov 22a8dd379e minor fix 14 years ago
Vladislav Vinogradov 6062fad7d8 added minimum disparity threshold parameter to StereoConstantSpaceBP 14 years ago
Vladislav Vinogradov 26712fad72 gpu::StereoConstantSpaceBP: 14 years ago
Vladislav Vinogradov 906a590a41 minor fix 14 years ago
Vladislav Vinogradov ee104c27d8 added gpu implementation of constant space belief propagation stereo matching. 14 years ago
Andrey Morozov 53057afcb8 minor fix 14 years ago
Andrey Morozov b5e3cb0f9b minor fix 14 years ago
Andrey Morozov c27397dba1 minor fix 14 years ago
Andrey Morozov 789b02ad76 added choise in compute capability 14 years ago
Anatoly Baksheev 2a385be0ef meanShiftFilteringGPU: performance and bug with type conversions 14 years ago
Anatoly Baksheev d1fc3e6b5a cv::gpu::CudaStream -> cv::gpu::Stream 14 years ago
Maria Dimashova a2950d5d44 fixed texture binding and warning on linux 14 years ago
Anatoly Baksheev 9ee159462d meanShiftFiltering added (by masha) 14 years ago
Vladislav Vinogradov 34565c281a added support of 3 channels images to StereoBeliefPropagation_GPU 15 years ago
Andrey Morozov 6da2573b77 minor fix 15 years ago
Andrey Morozov 8c77e5faad optimized gpumat::setTo(), get rid of division operation 15 years ago
Vladislav Vinogradov 788ac96f8b added optimized belief propagation implementation (used short for messages) 15 years ago
Andrey Morozov 97254a7b45 minor fix 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
Anatoly Baksheev dc69cf3ab4 minor fixes 15 years ago
Andrey Morozov 5a88e8cf61 optimized gpumat::copyTo() 15 years ago
Andrey Morozov 290c967b8f optimized gpumat::setTo() 15 years ago
Andrey Morozov 12dc52c2e7 implemented asynchronous call for StereoBM() 15 years ago
Vladislav Vinogradov dc0f313924 implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test 15 years ago
Anatoly Baksheev 4999024894 minor 15 years ago
Anatoly Baksheev 5732da9567 fixed bug with loading to constant memory 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 1135bc2495 saturate_cast_gpu.hpp 15 years ago
Anatoly Baksheev d352db7ec4 imgproc_gpu - minor refactoring 15 years ago
Andrey Morozov 2d36ba2175 minor fix 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 e07d3601e7 -arch=sm_13 15 years ago
Anatoly Baksheev 17f7b12a83 Variable winSize for StereoBP_GPU 15 years ago
Vladislav Vinogradov 26c4859634 reduced code convert_to by using templates, merged with copyTo 15 years ago
Andrey Morozov a0b1107b3c added implementation copyTo() with mask and added test for this method 15 years ago
Andrey Morozov 98c8ecf829 modified kernel setto(), added double type, code has been improved 15 years ago
Vladislav Vinogradov 3f5dd5f1cc added implementation GpuMat::convertTo and merged this with matrix_operations.cpp 15 years ago
Andrey Morozov 7bf29e1488 optimized gpumat::setTo(), ~ 30 speedup 15 years ago
Andrey Morozov 2fe75ea33e fixed implementation of gpumat::setTo() 15 years ago
Andrey Morozov f37ac8e4ca fixed implementation of gpumat::setTo() and improved gputest 15 years ago
Anatoly Baksheev f31cf6d88d prefilter_xsobel option added to stereobm_gpu 15 years ago
Anatoly Baksheev 3a481f93ee EHsc- warning fixed 15 years ago
Anatoly Baksheev 3a3745daac disabled W4 warnings for GPU module. 15 years ago
Andrey Morozov 2be1c7d13f fixed implementation gpumat::setTo() 15 years ago