sift算法 Resources

Showing items tagged with "sift算法"

The SIFT algorithm effectively identifies corresponding feature points across different images, demonstrating strong utility in tracking and graphical recognition applications, typically implemented through multi-scale feature detection and descriptor generation.

MATLAB 226 views Tagged

This program implements image feature extraction using the SIFT algorithm, followed by initial feature matching, outlier removal via Random Sample Consensus (RANSAC), and final image fusion to create seamless panoramic images.

MATLAB 294 views Tagged

This code implements SIFT algorithm for image feature point extraction and descriptor computation. Running show.m performs feature point extraction, while match.m handles image matching between two images. The documentation explains SIFT algorithm workflow, with 1.jpg and 2.jpg serving as test images for demonstration.

MATLAB 251 views Tagged

This implementation utilizes the Scale-Invariant Feature Transform (SIFT) algorithm for robust feature extraction and matching, successfully stitching multiple overlapping images into a seamless panorama with excellent results and included sample images.

MATLAB 224 views Tagged