单应性矩阵 Resources

Showing items tagged with "单应性矩阵"

A self-implemented approach for computing homography matrices, developed based on Zhang Zhengyou's seminal paper. Includes practical code implementation details and algorithm explanations.

MATLAB 249 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 197 views Tagged