Skip to content

2.3 Cell Segmentation

Bruno Manuel Santos Saraiva edited this page Apr 27, 2021 · 4 revisions

Algorithm will find possible centers of individual cells inside the mask

  1. Adjust Segments Parameters
  2. Click Compute Features
  3. Click Next
  • Min Distance: minimum distance between 2 centers (increase when you have more than one center per cell, decrease when there are none)
  • Min Height: minimum euclidean distance to background (decrease when there are missing centers)
  • Min Margin: minimum distance to image border
  • Max peaks: maximum number of possible centers (chosen based on distance to background)

Watershed algorithm will define each individual cell

Cell computation

  1. Adjust Cell Computation Parameters
  2. Click Compute Cells
  3. Click Next
  • Axial step: degrees between each rotation to find cell orientation (should not be changed)
  • Force merge if area below (pxs): cells with an area below defined value will automatically be merged
  • Merged Dividing Cells: tries to find cells that are a single dividing cell (use with caution)
    • Length tolerance merge: maximum accepted length increase
    • Min Interface for merge: minimum number of “touching” pixels between 2 cells
  • Merge/Split Cells: click on button and then right-click on cells. (only manually merged cells can be splitted)
  • Define as noise: same procedure; removes from the analysis noise that was misidentified as possible cell
Clone this wiki locally