SIFT特征提取 Resources

Showing items tagged with "SIFT特征提取"

This program reads an input image and extracts SIFT features, visualizing the feature points on the original image. It also performs feature matching and registration between two images using keypoint detection and descriptor comparison algorithms.

MATLAB 218 views Tagged

This project implements SIFT (Scale-Invariant Feature Transform) feature extraction for images, containing comprehensive usage documentation and ready-to-run compiled versions. The source code is available in both Matlab and C implementations, delivering robust feature detection performance with good practical results.

MATLAB 169 views Tagged