Vladislav Vinogradov
e693f4b408
fixed bug in DisparityBilateralFilter
15 years ago
Yannick Verdie
45daaa6e11
Qt bug with buttons
15 years ago
Vladislav Vinogradov
1f04ea477f
added DisparityBilateralFilter to gpu module
15 years ago
Yannick Verdie
48090fd37e
Qt bug fixed #534
15 years ago
Anatoly Baksheev
97d17d8ad1
fixed warnings
...
added comments in gpu.hpp
15 years ago
Yannick Verdie
3746c48451
Bug in calibration.cpp sample
...
This was crashing my code:
for( size_t i = 1; i < imagePoints.size(); i++ )
objectPoints.push_back(objectPoints[0]);
Changed by:
objectPoints.resize(imagePoints.size(),objectPoints[0]);
Plus clean up on Qt code
15 years ago
Yannick Verdie
8ada1da08c
15 years ago
Yannick Verdie
94b588099c
Qt test (some code disabled for debugging)
15 years ago
Andrey Morozov
aaa8678cff
fixed some warnings
15 years ago
Yannick Verdie
a3582b4780
Qt Python binding -- #512
15 years ago
Andrey Morozov
0816b49a3f
added parallel build for visual studio
15 years ago
Andrey Morozov
f676ca6239
added gpu test ConstantSpaceBP
15 years ago
Vladislav Vinogradov
fe8b95ed80
fixed get_first_k_initial_global
15 years ago
Yannick Verdie
b530a2cba9
Qt ticket #531
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
kencoken
ba713f28f9
Fixed object recognition documentation
15 years ago
Yannick Verdie
e65823fac2
Qt sample code and some fixes
15 years ago
Maria Dimashova
96292b7ced
excluded cv_object_recognition.tex build (temporarily)
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
6f9b518e60
rename con.png to cones.png in test gpu
15 years ago
Maria Dimashova
cd28d5d812
minor changes
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
Yannick Verdie
662c58ca86
Qt bug fixed with cvWaitKey(0)
15 years ago
Yannick Verdie
dec6f2c393
Qt fixed bug with OpenGL, and save issue reported in #520
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
Maria Dimashova
9c875a804a
added static to funcs
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
Andrey Morozov
bcfec60024
added license headers
15 years ago
Vladislav Vinogradov
906a590a41
minor fix
15 years ago
Andrey Morozov
60246b9e77
added gpu test : stereobp
15 years ago
Andrey Morozov
723a99a541
added test for gpu: meanshift
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
kencoken
6849e14dab
Added object recognition documentation
15 years ago
kencoken
f2017f52fc
Added documentation for VOC dataset interface, bag-of-words and other new object recognition tools (GSoC 2010)
15 years ago
Anatoly Baksheev
2a385be0ef
meanShiftFilteringGPU: performance and bug with type conversions
15 years ago
Anatoly Baksheev
f9cbb36b5e
gramma ;)
15 years ago