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)
|
13 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 |
Maria Dimashova
|
0f21890d7d
|
added test for opponent descriptor extractor
|
13 years ago |
Andrey Kamaev
|
0584ac525b
|
Quiet MSER tests
|
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
|
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
|
9399394e6c
|
Fixed #1996
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Andrey Kamaev
|
ce89d00fcf
|
Implemented missed AlgorithmInfo for BRIEF
|
13 years ago |
Maria Dimashova
|
f262651465
|
added test case of matching the same descriptors
|
13 years ago |
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |
Andrey Kamaev
|
ec7bc9e497
|
Fixed ORB and SURF regression tests
|
13 years ago |
Vadim Pisarevsky
|
411f51367e
|
raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test
|
13 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Vadim Pisarevsky
|
562914e33b
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
14 years ago |
Maria Dimashova
|
e95f8194e2
|
uncommented Opponent descriptors test, fixed descriptors mat size
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Maria Dimashova
|
8c0c773bf2
|
commented opponent descriptor test (temporarily)
|
14 years ago |
Maria Dimashova
|
ef5d7278ea
|
removed evaluation testbetch to sample
|
14 years ago |
Vincent Rabaud
|
8a2c434260
|
- set the right comparison distance for ORB
|
14 years ago |
Vincent Rabaud
|
9806306d3d
|
- fix the test for ORB (it's a binary feature)
|
14 years ago |
Vincent Rabaud
|
dc37ad803e
|
- add missing tests for ORB
- remove useless code for 2.3
|
14 years ago |
Vadim Pisarevsky
|
6432267de8
|
corrected angular difference check in MSER test (thanks to Pieter-Jan Busschaert for the patch)
|
14 years ago |
Vadim Pisarevsky
|
23a9b7bb9c
|
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
|
14 years ago |
Andrey Kamaev
|
cc1c613313
|
Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android
|
14 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 |
Andrey Kamaev
|
b906ad3108
|
Test system included into Android build
|
14 years ago |
Maria Dimashova
|
b1e0f2a45e
|
to test buildbot (1)
|
14 years ago |