# Connected Threshold Simple region growing based on intensity thresholds. Fast but less adaptive. ## Overview | Property | Value | |----------|-------| | **Speed** | Very Fast | | **Precision** | Low | | **Best For** | Quick rough segmentation, uniform regions | ## Parameters - **Threshold Range** - **Brush Radius** ## Strengths - Very fast - Simple to understand ## Limitations - Not adaptive - Requires manual threshold setting ## Screenshots ![Connected Threshold - Example 1](/_static/_static/screenshots/algorithms/algorithm_010_connected_threshold.png) ![Connected Threshold - Example 2](/_static/_static/screenshots/algorithms/algorithm_009_connected_threshold.png)