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
Anatoly Baksheev
d1fc3e6b5a
cv::gpu::CudaStream -> cv::gpu::Stream
...
some refactoring
added gpu module to compilation
15 years ago
Maria Dimashova
c56085917b
added todo for descriptors evaluation
15 years ago
Maria Dimashova
82a98521ed
fixed SVM
15 years ago
Maria Dimashova
a2950d5d44
fixed texture binding and warning on linux
15 years ago
Vadim Pisarevsky
40273e6c4f
another stdint.h -> msc_stdint.h fix
15 years ago
Anatoly Baksheev
9ee159462d
meanShiftFiltering added (by masha)
...
get free memory function
15 years ago
Vadim Pisarevsky
37f47c9fa3
stdint.h -> msc_stdint.h
15 years ago
Vadim Pisarevsky
bc4532bd07
added initWideAngleProjMap() function
15 years ago
Vadim Pisarevsky
26c6b955a8
updated ffmpeg to 0.6.0
15 years ago
Maria Dimashova
d8ad4e2267
added detector and descriptor evaluation to sample descriptor_extractor_matcher
15 years ago
Maria Dimashova
4395bad911
fixed linker errors on Win and some warnings
15 years ago
Maria Dimashova
121e51d35b
replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation
15 years ago
Ilya Lysenkov
20e407b235
Fixed bugs in BruteForceMatcher and its specialization
15 years ago
Maria Dimashova
4e60decad3
added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches
15 years ago
Vadim Pisarevsky
9c94a96c40
repaired aspect ratio option; fixed comments
15 years ago
Yannick Verdie
2505e7e267
Qt: disable KEEP_RATIO with OpenGL to avoid a blinking bug
...
Qt: Now OpenGL rendering is ok
15 years ago