区域生长法 Resources

Showing items tagged with "区域生长法"

This program implements a GUI interface for traffic sign image segmentation, primarily utilizing three segmentation methods: Otsu's method, iterative threshold selection algorithm, and region growing algorithm.

MATLAB 272 views Tagged

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 202 views Tagged