配准 Resources

Showing items tagged with "配准"

This program reads an input image and extracts SIFT features, visualizing the feature points on the original image. It also performs feature matching and registration between two images using keypoint detection and descriptor comparison algorithms.

MATLAB 218 views Tagged

This MATLAB program utilizes the SUSAN operator to detect corner points in images, computes 128-dimensional feature vectors at these corner locations, matches feature vectors between reference and real-time images, and achieves precise image registration to obtain affine transformation parameters.

MATLAB 231 views Tagged

ICP Algorithm - Iterative Closest Point method primarily used for 3D point cloud registration, an iterative nearest point algorithm that converges to local minima through transformation optimization

MATLAB 203 views Tagged

This program implements infrared and visible image registration by utilizing edge information for image matching, performing edge detection to identify closed contours, and using chain code representation for precise image alignment.

MATLAB 264 views Tagged