Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
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 |
Ilya Lysenkov
|
7745c8806c
|
Added info() method in descriptor matchers (#2330)
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
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
|
5a730d09cd
|
Fix binary compatibility of opencv_features2d
|
12 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
12 years ago |
Vadim Pisarevsky
|
60769f544f
|
possibly repaired FAST test (however, FAST<7/12> and <5/8> could still do something different than described in the paper)
|
12 years ago |
Vadim Pisarevsky
|
854902b077
|
lowered tolerance thresholds in BRISK tests
|
12 years ago |
Vadim Pisarevsky
|
2d334401b1
|
improved the condition in the FAST test
|
12 years ago |
Vincent Rabaud
|
3ca0cc2253
|
add a scale invariance test for the detector
|
12 years ago |
Vincent Rabaud
|
92da6d381b
|
add rotation tests for the descriptors
|
12 years ago |
Vincent Rabaud
|
b325b2f9a4
|
add more test to BRISK
|
12 years ago |
Vincent Rabaud
|
13ded36ecb
|
initial addition of BRISK with some tests
|
12 years ago |
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
12 years ago |
Andrey Kamaev
|
017abbd963
|
Lowered acceptance threshold in Features2d_RotationInvariance_Detector_ORB.regression test
|
12 years ago |
Vadim Pisarevsky
|
640408ebe7
|
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
|
12 years ago |
Maria Dimashova
|
cfeb28f2ba
|
fixed tests for scale invariance (uncommented sift test, it's ok now)
|
13 years ago |
Maria Dimashova
|
2556bb04f0
|
changed tests for rotation/scale invariance of descriptors
|
13 years ago |
Maria Dimashova
|
63d8eedc51
|
changed the way of HARRIS creation
|
13 years ago |
Maria Dimashova
|
ec23d9bb5e
|
added tests on scale invariance of detectors and descriptors
|
13 years ago |
Maria Dimashova
|
e4e00498a8
|
fixed typo in test class names
|
13 years ago |
Maria Dimashova
|
0c6480d89b
|
added tests to check rotation invariance of descriptors (features2d and nonfree)
|
13 years ago |
Maria Dimashova
|
eb119959e8
|
fixed features2d rotation invariance tests
|
13 years ago |
Maria Dimashova
|
2bd86e2541
|
fixed compile errors under win
|
13 years ago |
Maria Dimashova
|
30c611f1d5
|
added tests to check rotation invariance of detectors
|
13 years ago |
Maria Dimashova
|
438c1444eb
|
added test to check keypoints returned by FeatureDetector (center, size, angle)
|
13 years ago |
Maria Dimashova
|
507f546158
|
split file of features2d tests
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Andrey Kamaev
|
088a6597bc
|
Merged the trunk 8855,8885,8886
|
13 years ago |
Maria Dimashova
|
0f21890d7d
|
added test for opponent descriptor extractor
|
13 years ago |
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
13 years ago |
Andrey Kamaev
|
0584ac525b
|
Quiet MSER tests
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Vadim Pisarevsky
|
74707ec7ae
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Andrey Kamaev
|
daad7900e2
|
Merged the trunk r8517:8524
|
13 years ago |
Andrey Kamaev
|
9399394e6c
|
Fixed #1996
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Alexander Shishkov
|
ab15b5954e
|
fixed #1824
|
13 years ago |
Vadim Pisarevsky
|
c78d056ef6
|
added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*"
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |