Image Segmentation Algorithm

Upload your own image and apply segmentation

Original Image

Upload an image or use the sample

Segmentation Controls

30
50 pixels

Segmented Image

Output after applying region-growing algorithm

Algorithm Information

This visualization demonstrates a region-growing image segmentation algorithm:

How it works:

  • The algorithm starts with seed points and grows regions by examining neighboring pixels
  • If a neighboring pixel's color is within the tolerance range, it's added to the region
  • The process continues until no more pixels can be added to any region
  • Each detected region is filled with a unique color for visualization

Parameters:

  • Color Tolerance: Controls how similar colors must be to belong to the same region
  • Minimum Region Size: Filters out small regions that may be noise