
Finding Correspondence Using SURF Features
lesson
We use MATLAB and some Toolbox functions to find corresponding points between two images using SURF features.
lesson
We use MATLAB and some Toolbox functions to find corresponding points between two images using SURF features.
lesson
When matching points between scenes with large different viewpoints we need to account for varying image size and rotation. SIFT features are a powerful way to achieve this.
lesson
For a camera moving through the environment we frequently wish to track particular world points from one frame to the next. We’ll do a quick introduction to the very large field of feature detection and matching using Harris corner features.