实现图像分割 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