史上最全图像识别特征描述及代码

转自:https://blog.csdn.net/fuzhenqi/article/details/72629554

Feature Detection and Description

这里归纳了一下一些经典的图像识别领域的特征及实现代码,方便大家学习和使用。

General Libraries:

  • VLFeat(http://www.vlfeat.org/) – Implementation of various feature descriptors (including SIFT, HOG, and LBP) and covariant feature detectors (including DoG, Hessian, Harris Laplace, Hessian Laplace, Multiscale Hessian, Multiscale Harris). Easy-to-use Matlab interface. SeeModern features: Software – Slides providing a demonstration of VLFeat and also links to other software. Check also VLFeat hands-on session training
  • OpenCV(http://opencv.org/) – Various implementations of modern feature detectors and descriptors (SIFT, SURF, FAST, BRIEF, ORB, FREAK, etc.)

Fast Keypoint Detectors for Real-time Applications:

Binary Descriptors for Real-Time Applications:

SIFT and SURF Implementations:

Other Local Feature Detectors and Descriptors:

Global Image Descriptors:

更多详细内容见:

http://blog.sina.com.cn/s/blog_73ba45690101oomr.html

我不是知识的创造者,我只是知识的搬运工- - ,祝大家学习愉快!

猜你喜欢

转载自blog.csdn.net/hxg2006/article/details/80408108