Skip to content

Segmentation

The segmentation workflow consists of three main steps:

  • Boundary Prediction
  • Boundary to Superpixels
  • Superpixels to Segmentation

Step 1: Boundary Predictions

Choose one of the build-in PlantSeg models, or one from the BioImage.IO Model Zoo.

Alternatively, you can import your own model by choosing ADD CUSTOM MODEL from the model selection drop-down menu.

Screenshot

Screenshot

    Screenshot

    Screenshot

      Step 2: Boundary to Superpixels

      Here, the boundary prediction is turned into superpixels by using distance transform watershed.

      Screenshot

      Screenshot

      None
      • Mode: Define if the Watershed will run slice by slice (faster) or on the full volume (slower).
      • Boundary threshold: A low value will increase over-segmentation tendency and a large value increase under-segmentation tendency.
      • Minimum superpixel size: Minimum superpixel size allowed in voxels.
      • Show advanced parameters: Show advanced parameters for the Watershed algorithm.

      Step 3: Superpixels to Segmentation

      DT Watershed tends to over-segment the image, therefor an agglomeration algorithm is used in this third step.

      Screenshot

      Screenshot

      • Agglomeration mode: Select which agglomeration algorithm to use.
      • Under/Over segmentation factor: A low value will increase under-segmentation tendency and a large value increase over-segmentation tendency.
      • Minimum segment size: Minimum segment size allowed in voxels.