Vincent Rabaud
|
228070a74c
|
split FAST in order to reuse it in BRISK
|
13 years ago |
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
13 years ago |
Corentin Wallez
|
18fc11bc04
|
Fix fixed-point arithmetics in FREAK::meanIntensity
|
13 years ago |
Andrey Kamaev
|
f2a02feffa
|
Fix Windows build issues
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
|
13 years ago |
Andrey Kamaev
|
94f7c3c592
|
Fixed FAST algorithm initializer
|
13 years ago |
Andrey Kamaev
|
65f8585630
|
#2229 Fix FREAK build on CentOS
|
13 years ago |
Andrey Kamaev
|
859ee6087c
|
#2216 Forbid incorrect patchSize values in ORB
|
13 years ago |
Andrey Kamaev
|
36fe62d7a5
|
#2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa)
|
13 years ago |
Andrey Kamaev
|
9981b283a6
|
Fixed build warnings (including error in FAST)
|
13 years ago |
Vadim Pisarevsky
|
640408ebe7
|
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
|
13 years ago |
Maria Dimashova
|
c94974ccb3
|
fixed mser (angle is -1 now)
|
13 years ago |
Maria Dimashova
|
017895dd93
|
filtered MSER keypoints that have centers out of image
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Andrey Kamaev
|
d386667478
|
Merged the trunk r8927, r8929
|
13 years ago |
Andrey Kamaev
|
aa4cad80a0
|
Fixed opponent space color conversion
|
13 years ago |
Andrey Kamaev
|
d4df1e0b5c
|
Merged the trunk r8887, r8891, r8314
|
13 years ago |
Maria Dimashova
|
ad6929b6a4
|
removed y-axis inversion in drawKeypoints (FeatureDetector has to do this)
|
13 years ago |
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
13 years ago |
Maria Dimashova
|
6042c59495
|
fixed #1764
|
13 years ago |
Andrey Kamaev
|
afe11f69fb
|
Fixed Windows build warnings and configuration problem.
|
13 years ago |
Andrey Kamaev
|
17fd1c7c61
|
Merged recent changes from trunk - 8833,8848,8850
|
13 years ago |
Andrey Kamaev
|
4d09d62f85
|
Added Ptr<T> support to AlgorithmInfo; fixed some warnings
|
13 years ago |
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Andrey Kamaev
|
e4965b143f
|
Fixed discrepancy between SSE and regular baranches in FREAK
|
13 years ago |
Andrey Kamaev
|
ec3a7665b0
|
Fixed FREAK on Android
|
13 years ago |
Andrey Kamaev
|
84d62b69dc
|
Fixed windows build of FREAK
|
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
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
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
|
059b79f7c2
|
Merged the trunk r8542:8544
|
13 years ago |
Vadim Pisarevsky
|
2990f23e0c
|
grid-adapted feature detector made a proper Algorithm (ticket #1874)
|
13 years ago |
Andrey Kamaev
|
daad7900e2
|
Merged the trunk r8517:8524
|
13 years ago |
Andrey Kamaev
|
9399394e6c
|
Fixed #1996
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Vadim Pisarevsky
|
fd68cc768a
|
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Alexander Shishkov
|
ab15b5954e
|
fixed #1824
|
13 years ago |
Vadim Pisarevsky
|
5b6b30ba0e
|
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
|
13 years ago |
Maria Dimashova
|
30f8d5a7d7
|
fixed creation of opponent space descriptors (#1805)
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Maria Dimashova
|
9d764b4115
|
fixed #1795
|
13 years ago |
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
13 years ago |
Andrey Kamaev
|
fa7e7e54dc
|
Fixed ugly bug in AlgorithmInfo initialisation order
|
13 years ago |
Vadim Pisarevsky
|
a3262c5e51
|
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
|
13 years ago |
Andrey Kamaev
|
ce89d00fcf
|
Implemented missed AlgorithmInfo for BRIEF
|
13 years ago |
Leonid Beynenson
|
a97c2c838c
|
Made small change which fixes the situation, when ORB does not find any descriptors on an image. Earlier ORB::operator() crashed in this case, since rowRange method was called for an empty matrix.
|
13 years ago |
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
13 years ago |