Feature points in image, Keypoint extraction

版本 1.1.0.0 (1.2 MB) 作者: Artiom Kovnatsky
Finds, matches, plots feature points in images.
13.3K 次下载
更新时间 2015/8/28

查看许可证

Feature points (read corners) in images are points that invariant under view changes, zoom, lightening conditions etc.

These code has been written as part of the project I have performed in image processing course some time ago.
The code should (hopefully) be easily readable since it has been well commented, with report for background information and additional explanation.
Hope it will be useful for students entering the image processing field.
Implemented a SIFT like descriptor, as well as ASIFT (http://www.cmap.polytechnique.fr/~yu/research/ASIFT/demo.html).
Shortly about ASIFT - simulates view changes of images, for each such view finds FPs followed by descriptor calculation for future matching. It is slow and intended for studying purposes. Quick C++ implementation is available at the authors aforementioned ASIFT-project page.

There are a lot of options, parameters to control every step of calculations. Try to play with it: the performance may vary drastically.

Used pdist2.m code from Piotr's Toolbox
http://vision.ucsd.edu/~pdollar/toolbox/doc/
as well k nearest neighbors from Matlab exchange server, author of which I can't find now.

引用格式

Artiom Kovnatsky (2024). Feature points in image, Keypoint extraction (https://www.mathworks.com/matlabcentral/fileexchange/29004-feature-points-in-image-keypoint-extraction), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Feature Detection and Extraction 的更多信息
致谢

参考作品: Keypoint Extraction

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

- fixed bug in code (the one noticed by the users)
- description

1.0.0.0