Hamdi Sahloul
5d54def264
Add semicolons after `CV_INSTRUMENT` macros
6 years ago
Maksim Shabunin
1da46fe6fb
Fixed issues found by static analysis (mostly DBZ)
6 years ago
Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
8 years ago
Juan Pablo Aveggio
ba5f9d68c4
Update bagofwords.cpp
8 years ago
Adil Ibragimov
8a4a1bb018
Several type of formal refactoring:
...
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
10 years ago
Ilya Lavrenov
32eb38ec98
fixed defects from coverity.com
11 years ago
yash
1a89a03c7c
Fixed CV_ASSERT condition in the code for bag of words
11 years ago
Konstantin Matskevich
bdfa9fa14a
fixes2
11 years ago
Konstantin Matskevich
b0f617bc01
fixes
11 years ago
Konstantin Matskevich
f44334285b
features2d
11 years ago
StevenPuttemans
e4b41d38f1
Fixed descripotorsCount to descriptorsCount
...
See feature 2862
11 years ago
Mathieu Barnachon
b413bcbba4
Fix shadow parameter.
11 years ago
Mathieu Barnachon
99c8b8c016
Fix parameter name to fit documentation.
11 years ago
Mathieu Barnachon
c90fe65f22
Fix compilation issue related to previous commit.
11 years ago
Mathieu Barnachon
e8b86c8663
Fix name of one parameter to fit the documentation.
11 years ago
Mathieu Barnachon
9dc713eaba
Fix name of parameter to have proper documentation.
11 years ago
Mathieu Barnachon
bf84d476fc
Fix useless space...
11 years ago
Mathieu Barnachon
0c4da123e9
Remove duplicate functions.
11 years ago
Mathieu Barnachon
464985205c
Update PR after mdim review.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
Mathieu Barnachon
43c9818895
Adding class for BOW image matcher (Feature #3005 ).
...
Same prototype as BOWImgDescriptorExtractor, but do only the matching.
If the feature is accepted, the BOWImgDescriptorExtractor and BOWImgDescriptorMatcher should probably refactor with inheritance.
Add a class to compute the keypoints, descriptors and matching from an image should be added to.
11 years ago
StevenPuttemans
52bfa7b850
Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
14 years ago
Vadim Pisarevsky
1286c1db45
fixed multiple warnings from VS2010.
14 years ago
Maria Dimashova
e406dfee44
refactored features2d and sample on matching to many images
14 years ago
Maria Dimashova
d7c86bbcdc
minor change of BOW
14 years ago
Maria Dimashova
69e329c9fd
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
14 years ago
Maria Dimashova
9f934363e5
added sample on BOW usage to image classification (training and testing is on Pascal VOC dataset)
14 years ago
Maria Dimashova
13b535ac19
added BOWTrainer::add()
14 years ago
Maria Dimashova
26dbbcc070
added bag of words; did some renaming
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago