.. |
kaze
|
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
|
2015-04-16 23:00:26 +03:00 |
opencl
|
Merge pull request #3483 from wangyan42164:ocl_orb_improve
|
2014-12-05 12:55:54 +00:00 |
agast_score.cpp
|
Add missing opencv_contrib PR #202 patch.
|
2015-04-11 17:43:28 +03:00 |
agast_score.hpp
|
Fix BRISK detector&descriptor using proper AGAST.
|
2015-04-11 12:09:13 +03:00 |
agast.cpp
|
Force newer build over buildbot.
|
2015-05-05 12:19:35 +03:00 |
akaze.cpp
|
Fixed: wrong conversion of float-based Mat input inside the AKAZE.
|
2015-03-05 23:55:07 +01:00 |
bagofwords.cpp
|
Several type of formal refactoring:
|
2014-08-13 15:21:35 +04:00 |
blobdetector.cpp
|
example BLOB_MSER and fixed bug in blobdetector
|
2015-05-07 11:52:06 +02:00 |
brisk.cpp
|
Fix BRISK detector&descriptor using proper AGAST.
|
2015-04-11 12:09:13 +03:00 |
draw.cpp
|
Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added.
|
2015-05-24 13:31:11 +02:00 |
dynamic.cpp
|
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
|
2014-08-11 23:26:39 +04:00 |
evaluation.cpp
|
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
|
2014-08-11 23:26:39 +04:00 |
fast_score.cpp
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
fast_score.hpp
|
Fix binary compatibility of opencv_features2d
|
2012-10-17 02:09:14 +04:00 |
fast.cpp
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
feature2d.cpp
|
fixed several test failures; currently 9 out of 73 tests fail
|
2014-10-17 14:56:58 +04:00 |
gftt.cpp
|
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
|
2014-10-18 20:44:26 +04:00 |
kaze.cpp
|
fixed MSVC warnings and iOS framework compile error
|
2014-10-18 21:58:34 +04:00 |
keypoint.cpp
|
Merge branch '2.4'
|
2013-04-05 21:11:59 +04:00 |
matchers.cpp
|
Remove unnecessary global/local dim for radius match.
|
2015-01-09 13:37:00 +08:00 |
mser.cpp
|
it's now true MSER algorithm that works well on binary images too
|
2015-05-21 05:44:14 +03:00 |
orb.cpp
|
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
|
2014-10-18 20:44:26 +04:00 |
precomp.hpp
|
BFMatcher
|
2014-01-22 15:31:26 +04:00 |