图像拼接 Resources

Showing items tagged with "图像拼接"

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 196 views Tagged

SIFT feature point extraction code with feature matching between two images, suitable for applications like image stitching. Implementation includes keypoint detection, descriptor computation, and matching algorithms.

MATLAB 182 views Tagged

This image stitching approach relies on grayscale information to merge two overlapping images into a single panoramic view with wider coverage, typically implemented through feature detection and transformation algorithms.

MATLAB 216 views Tagged

A robust image stitching program that utilizes SIFT algorithm for feature point extraction, implements mismatch filtering algorithms, and visualizes matched points with connecting lines. Key implementation note: The main function is match.m - after running the main function, enter match('image1.jpg', 'image2.jpg') in the command window.

MATLAB 173 views Tagged