种子点 Resources

Showing items tagged with "种子点"

This program implements region growing algorithm for image segmentation with four input parameters: 1) x-coordinate of seed point, 2) y-coordinate of seed point, 3) input image for segmentation, 4) threshold value used during region growth. The algorithm uses pixel connectivity and similarity criteria to expand regions from seed points.

MATLAB 218 views Tagged