Andrey Kamaev
a126532cb7
Fix OS X build warnings
12 years ago
Andrey Kamaev
dbb5a32453
Use Tegra version of cv::FAST
12 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
12 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
12 years ago
Andrey Kamaev
84934f7bfc
Fix SHORT data type support in Algorithm
...
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
on attempt to set type property for FAST using setter inherited from Algorithm
* added short type support to read/write methods
* improved some error messages
12 years ago
Andrey Kamaev
2b0072d823
Suppress more warnings in gtest on OS X
12 years ago
Andrey Kamaev
afc79e2a02
Fix warnings from MSVC 9 64-bit
12 years ago
Andrey Kamaev
461b69f6ee
Eliminate discrepancies between signatures in documentation and OpenCV headers
...
All errors were found by doc/check_docs2.py
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
Andrey Kamaev
821de96346
Adjust thresholds in sanity checks for batchDistance
12 years ago
Andrey Kamaev
97640847c5
Add methods to sort keypoints and corresponding descriptors
12 years ago
Andrey Kamaev
006a4ba529
Fix gcc build error introduced in a9f36df
12 years ago
Andrey Kamaev
a9f36dfcfe
Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST cornerScore
12 years ago
Andrey Kamaev
5047f2d64d
Fix perf tests in features2d module
12 years ago
Andrey Kamaev
d4cf9e22cc
Fix terrible perf test for FAST detector
12 years ago
Vadim Pisarevsky
b0ad424087
fixed several warnings from VS2010
12 years ago
Vadim Pisarevsky
a8c5e35619
some more fixes towards binary compatibility
12 years ago
Andrey Kamaev
b486a59221
Quiet MSVC warning
12 years ago
Andrey Kamaev
9218bdcbb4
TBB version of GridAdaptedFeatureDetector
12 years ago
Vadim Pisarevsky
06a13d9ba0
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
12 years ago
Anatoly Baksheev
46874d40df
warnings under windows
12 years ago
Vadim Pisarevsky
420dd22258
fixed a few warnings reported by Oleg; restored SSE2 optimization in FAST
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
Vadim Pisarevsky
84087a8566
fixed crash in Python's SURF wrapper (bug #2325 )
12 years ago
Andrey Kamaev
b8adc04545
Fix Android build warnings
12 years ago
Vadim Pisarevsky
014106783d
fixed building BRISK on Windows
12 years ago
Vincent Rabaud
3ca0cc2253
add a scale invariance test for the detector
12 years ago
Vincent Rabaud
84c4797030
revert orientation computation in jeypoint detection for efficiency (like done originally)
12 years ago
Vincent Rabaud
da1921b2fc
add const correctness, replace __inline__ and remote a useless release()
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
Vincent Rabaud
228070a74c
split FAST in order to reuse it in BRISK
12 years ago
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
12 years ago
Corentin Wallez
18fc11bc04
Fix fixed-point arithmetics in FREAK::meanIntensity
12 years ago
Vsevolod Glumov
fc307c87dc
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
12 years ago
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
12 years ago
Andrey Kamaev
94f7c3c592
Fixed FAST algorithm initializer
12 years ago
Andrey Kamaev
65f8585630
#2229 Fix FREAK build on CentOS
12 years ago
Andrey Kamaev
859ee6087c
#2216 Forbid incorrect patchSize values in ORB
12 years ago
Andrey Kamaev
36fe62d7a5
#2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa)
12 years ago
Daniil Osokin
45c49a9088
Added perf test
12 years ago
Daniil Osokin
39d6adea17
Added perf test
12 years ago
Andrey Kamaev
017abbd963
Lowered acceptance threshold in Features2d_RotationInvariance_Detector_ORB.regression test
12 years ago
Vadim Pisarevsky
36d3bbff8b
added description of FAST 5/8 and FAST 7/12 (by Vincent)
12 years ago
Andrey Kamaev
9981b283a6
Fixed build warnings (including error in FAST)
12 years ago
Vadim Pisarevsky
640408ebe7
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
12 years ago