ssd算法 Resources

Showing items tagged with "ssd算法"

This program implements feature point matching between two images using a three-stage approach: first detecting corners with Harris corner detection algorithm, then filtering matching points using Sum of Squared Differences (SSD) algorithm, and finally connecting matched points with lines for visualization. The implementation includes parameter tuning capabilities for optimizing matching accuracy.

MATLAB 193 views Tagged