匹配 Resources

Showing items tagged with "匹配"

MATLAB code for image SIFT matching, originally written by a Canadian developer. Thoroughly tested with excellent performance, this implementation provides robust feature detection and matching capabilities using the Scale-Invariant Feature Transform algorithm.

MATLAB 371 views Tagged

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 236 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 249 views Tagged