sift算法 Resources

Showing items tagged with "sift算法"

Image matching implementation with three core components: match.m (testing program to verify matching accuracy), sift.m (core algorithm for Scale-Invariant Feature Transform), and appendimages.m (function that creates composite images showing matched pairs with connecting lines). Fully executable code.

MATLAB 215 views Tagged

A program implementing SIFT algorithm for feature matching, which detects keypoints and establishes correspondences between keypoints in two images. The implementation includes sample images demonstrating excellent matching results with techniques for scale-space extrema detection and descriptor generation.

MATLAB 270 views Tagged

Image stitching implementation using SIFT algorithm for feature point extraction and matching, solving homography matrix, performing affine transformation based on computed homography, and finally stitching images. The code includes comprehensive comments for easy understanding, making it suitable for developers interested in computer vision applications.

MATLAB 213 views Tagged

This upload contains Vedaldi's MATLAB implementation of D.G. Lowe's SIFT algorithm. Although similar source code exists online, this attached code has been specifically compiled, tested, and verified to run directly without modifications. A critical bug in sift.m has been identified and fixed (with notification sent to Mr. Vedaldi), ensuring reliable feature extraction performance.

MATLAB 233 views Tagged