# Region Growing Confidence-connected region growing that uses local statistics to determine region membership. ## Overview | Property | Value | |----------|-------| | **Speed** | Fast | | **Precision** | Medium | | **Best For** | Homogeneous regions with clear boundaries | ## Parameters - **Sensitivity** - **Brush Radius** ## Strengths - Fast - Adapts to local statistics ## Limitations - Sensitive to seed point placement ## Screenshots ![Region Growing - Example 1](/_static/_static/screenshots/algorithms/algorithm_012_region_growing.png) ![Region Growing - Example 2](/_static/_static/screenshots/algorithms/algorithm_011_region_growing.png)