Splitting Incorrectly Merged Objects
Cut bottlenecks — When thresholding or labeling merged two objects through a thin connecting bridge. The operation identifies the narrowest point of connection and cuts there, producing two separate labels. Most useful for tissue structures like glands connected through thin tissue bridges.
Cleaning Up Labels
Fill labels — When labeled objects have internal holes from uneven staining or thresholding artifacts. Filling ensures that area measurements reflect the true object extent, not just the consistently-stained portions.
Re-Label — After any operation that removes labels (cut, filter by size, etc.), run Re-Label to renumber everything sequentially. Use the full variant (missing + duplicates) after cut bottlenecks, which can create duplicate label numbers.
Boundary Modification
Grow labels — Expand labels to approximate cell territory beyond the detected nuclear boundary. Similar in concept to the Grow engine but operates within the BOM pipeline.
Shrink labels — Contract labels to focus measurements on the core of each object, excluding edge pixels that might be contaminated by background signal.
Spatial Analysis
Graph from labels — When you need to know which objects are neighbors. The adjacency graph enables questions like: 'which cells are adjacent to cell X?' or 'how many neighbors does each cell have?' This is the foundation for spatial interaction analysis within the BOM.
Use Cut bottlenecks to split merged objects. Use Fill labels to close internal holes. Use Re-Label after any operation that changes the number of objects. Use Grow/Shrink to expand or contract object boundaries. Use Graph to build a neighborhood map for spatial analysis.