- "detectSURFFeatures" and "detectSIFTFeatures" functions can be used to detect SURF and SIFT features respectively.
- "extractFeatures" function can be used to extract feature descriptors.
- "matchFeatures" function can be used to find matching features.
- https://www.mathworks.com/help/vision/ref/detectsurffeatures.html
- https://www.mathworks.com/help/vision/ref/detectsiftfeatures.html
- https://www.mathworks.com/help/vision/ref/extractfeatures.html
- https://www.mathworks.com/help/vision/ref/matchfeatures.html