图像配准 Resources

Showing items tagged with "图像配准"

This program implements an image registration approach using wavelet transform for contour extraction. The algorithm first detects image edges through wavelet transformation, identifies the longest contour segment, computes curvature at each point along the contour, and performs data matching to determine optimal transformation parameters for precise image alignment. Key implementation involves multi-scale edge detection, curvature calculation algorithms, and feature-based matching techniques.

MATLAB 205 views Tagged

MATLAB source code for computing homography matrices, suitable for computer vision applications like image registration. The implementation includes point correspondence matching and robust estimation techniques.

MATLAB 194 views Tagged