图像配准 Resources

Showing items tagged with "图像配准"

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

Please refer to the README file included in the helper package for usage documentation. This demonstrates test examples showing how to use this image registration code, which implements feature-based alignment algorithms including keypoint detection and transformation estimation. Acknowledgments: Test sample image registration code provided by Yaser Sheikh. http://www.cs.cmu.edu/~yaser/

MATLAB 217 views Tagged

Utilizing Fourier transform for image registration in the frequency domain represents a relatively novel registration approach, though it demonstrates limited effectiveness for elastic registration scenarios and requires further investigation. This method involves phase correlation techniques and frequency domain analysis to achieve translational alignment between images.

MATLAB 196 views Tagged

Harris_corner_detection - MATLAB implementation of Harris corner detection algorithm source code for feature point extraction and image registration applications. The implementation includes gradient computation, structure tensor calculation, corner response function, and non-maximum suppression.

MATLAB 186 views Tagged