Keypoint Extraction
The current directory contains functions allowing to extract keypoints also called "feature points", "corners", "interest points", etc. The following algorithm are provided :
- Harris
- SUSAN
- Harris-Laplace
- Laplacian of Gaussian (LoG)
- Gilles
The input image must be a gray level image. The output is a matrix of dimension Nx2 or Nx3 with N the number of keypoints extracted. The first column gives the row poisition of the keypoints and the second column gives the column position of the keypoints. The third column gives the feature scale of the keypoints. This scale corresponds to the radius of the local neighborhood to consider. Note that the SUSAN algorithm is a contribution of Joaquim Luis.
Run the test function to see an example.
The picture "door" was taken by Aleksandra Radonic'.
The picture "sunflower" was taken by Candy Torres.
The picture "patrol" was taken by Markus Schöpke.
Cite As
Vincent Garcia (2023). Keypoint Extraction (https://www.mathworks.com/matlabcentral/fileexchange/17894-keypoint-extraction), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
keypointExtraction/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Modification to improve codemetric |