原图 Resources

Showing items tagged with "原图"

The file canny.m in the "canny edge detection" folder contains the implementation code for Canny edge detection. compare.m and connect.m are auxiliary functions used within this code. clique.jpg is the original image, while step1.jpg, step2.jpg, step3.jpg, and threshold 80 and 100.jpg represent results from four processing stages. all.jpg displays the final output of the Canny edge detection process.

MATLAB 181 views Tagged

Template matching code implementation that is fully functional! Developed on the MATLAB platform, this code requires importing source and template images, after which it can be executed directly. Upon successful matching, the code will highlight matched regions on the original image. The implementation utilizes cross-correlation based matching algorithms with optimization for real-time performance.

MATLAB 210 views Tagged