特征点提取 Resources

Showing items tagged with "特征点提取"

This code implements SIFT algorithm for image feature point extraction and descriptor computation. Running show.m performs feature point extraction, while match.m handles image matching between two images. The documentation explains SIFT algorithm workflow, with 1.jpg and 2.jpg serving as test images for demonstration.

MATLAB 270 views Tagged