Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vadim Pisarevsky 5e095c8fbd Merge pull request #4022 from LaurentBerger:ExampleBLOB_MSER 10 years ago
..
kaze fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
opencl Merge pull request #3483 from wangyan42164:ocl_orb_improve 10 years ago
agast.cpp Force newer build over buildbot. 10 years ago
agast_score.cpp Add missing opencv_contrib PR #202 patch. 10 years ago
agast_score.hpp Fix BRISK detector&descriptor using proper AGAST. 10 years ago
akaze.cpp Fixed: wrong conversion of float-based Mat input inside the AKAZE. 10 years ago
bagofwords.cpp Several type of formal refactoring: 10 years ago
blobdetector.cpp example BLOB_MSER and fixed bug in blobdetector 10 years ago
brisk.cpp Fix BRISK detector&descriptor using proper AGAST. 10 years ago
draw.cpp Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added. 10 years ago
dynamic.cpp moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 10 years ago
evaluation.cpp moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 10 years ago
fast.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
fast_score.cpp Normalized file endings. 11 years ago
fast_score.hpp Fix binary compatibility of opencv_features2d 12 years ago
feature2d.cpp fixed several test failures; currently 9 out of 73 tests fail 10 years ago
gftt.cpp quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
kaze.cpp fixed MSVC warnings and iOS framework compile error 10 years ago
keypoint.cpp Merge branch '2.4' 12 years ago
matchers.cpp Remove unnecessary global/local dim for radius match. 10 years ago
mser.cpp it's now true MSER algorithm that works well on binary images too 10 years ago
orb.cpp quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
precomp.hpp BFMatcher 11 years ago