Vladislav Vinogradov
4104c3fd0b
fixed bug in StereoBeliefPropagation with user allocated disparity
15 years ago
Anatoly Baksheev
eee3a35133
uploadConstant function for gpu
15 years ago
Vladislav Vinogradov
ec4ce050f9
added reprojectImageTo3D_GPU
15 years ago
Vladislav Vinogradov
6cafec8861
added colorizeDisp, fixed DisparityBilateralFilter
15 years ago
Vladislav Vinogradov
e693f4b408
fixed bug in DisparityBilateralFilter
15 years ago
Vladislav Vinogradov
1f04ea477f
added DisparityBilateralFilter to gpu module
15 years ago
Anatoly Baksheev
97d17d8ad1
fixed warnings
...
added comments in gpu.hpp
15 years ago
Andrey Morozov
aaa8678cff
fixed some warnings
15 years ago
Vladislav Vinogradov
fe8b95ed80
fixed get_first_k_initial_global
15 years ago
Andrey Morozov
28030952fa
added get_first_k_initial_global_init_global_cost in gpu::SCBP
15 years ago
Anatoly Baksheev
9a669b1ceb
fixed bugs in page locked memory allocation
...
avoid extra gpu memory allocation in BP and CSBP
15 years ago
Vladislav Vinogradov
9ddb373614
added version of StereoBeliefPropagation::operator() for user specified data term
15 years ago
Vladislav Vinogradov
a3f3de3391
fixed problem with parameters in constant space belief propagation with short type of messages
15 years ago
Andrey Morozov
1ac097ce57
fixed build without cuda
15 years ago
Andrey Morozov
001bbfb4f9
fixed build without cuda
15 years ago
Anatoly Baksheev
4c4871e34d
GCC warning: new line at the end of file
15 years ago
Andrey Morozov
79e1c6f188
fixed build without cuda
15 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
024283ceae
warning level switched to W3 fpr gpu module
15 years ago
Anatoly Baksheev
77ce659154
15 years ago
Vladislav Vinogradov
22a8dd379e
minor fix
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
906a590a41
minor fix
15 years ago
Vladislav Vinogradov
ee104c27d8
added gpu implementation of constant space belief propagation stereo matching.
...
some refactoring of StereoBeliefPropagation.
15 years ago
Andrey Morozov
53057afcb8
minor fix
15 years ago
Andrey Morozov
b5e3cb0f9b
minor fix
15 years ago
Andrey Morozov
c27397dba1
minor fix
15 years ago
Andrey Morozov
789b02ad76
added choise in compute capability
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
Maria Dimashova
a2950d5d44
fixed texture binding and warning on linux
15 years ago
Anatoly Baksheev
9ee159462d
meanShiftFiltering added (by masha)
...
get free memory function
15 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