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
...
added comments in gpu.hpp
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
...
avoid extra gpu memory allocation in BP and CSBP
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:
...
fixed some bugs in init_data_cost on first level (added non-reduction version for first level)
optimized compute_data_cost like init_data_cost (used reduction scheme)
avoid temp matrix
15 years ago
Vladislav Vinogradov
ee104c27d8
added gpu implementation of constant space belief propagation stereo matching.
...
some refactoring of StereoBeliefPropagation.
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
...
some refactoring
added gpu module to compilation
15 years ago
Anatoly Baksheev
9ee159462d
meanShiftFiltering added (by masha)
...
get free memory function
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
...
added cuda_shared.hpp header was reorganized in order to speed up compilation
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
...
Fixed StereoBM_GPU kernel crash
Textureness threshold added
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
Anatoly Baksheev
c4ef619ac5
minor changes in gpu code (initialization interface)
15 years ago
Anatoly Baksheev
7f6fb6ef97
First gpu code draft. Interface might be significantly changed in future.
...
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
15 years ago