SIFT Resources

Showing items tagged with "SIFT"

This implementation uses Lowe's SIFT algorithm as the core feature extraction method, combined with RANSAC algorithm for robust homography matrix estimation, and includes comprehensive image fusion techniques (weighted blending and average fusion). The stitching results can be evaluated in the testnew module, demonstrating practical application of computer vision algorithms.

MATLAB 198 views Tagged

This program performs image registration by integrating SIFT-based keypoint detection with Canny edge detection. The implementation first extracts distinctive features using SIFT, then applies Canny operator for edge enhancement, followed by optimization algorithms to select optimal matching points for vector-based alignment and final image registration.

MATLAB 177 views Tagged

Implement feature extraction and matching between two images using SIFT and RANSAC algorithms, with a bounding box highlighting the smaller image region in the larger image. The implementation involves keypoint detection using SIFT, feature matching with distance ratio testing, and geometric verification through RANSAC-based homography estimation. Execute plot.m to visualize the matching results and region localization.

MATLAB 224 views Tagged

An improved ASIFT program implemented in MATLAB that delivers outstanding image recognition and matching capabilities. This enhanced version demonstrates significant performance improvements over traditional algorithms like SIFT and SURF through optimized code implementation and additional image processing features.

MATLAB 346 views Tagged