Fuse Events (Basic)
Use when combining detection results that occupy different spatial areas with minimal overlap — e.g., nuclei detected in Layer 1 and total tissue area detected in Layer 2. Since the objects don't overlap spatially, simple fusion merges them cleanly.
Fuse Events (With Mask)
Use when different regions of the same image require different detection strategies. Common scenarios:
- Tumor vs. stroma: Use deep learning nuclei detection in morphologically complex tumor regions, classical thresholding in clean stromal areas. The Classifier-generated tumor mask determines which method's results to keep in each region.
- Dense vs. sparse tissue: Use aggressive watershed separation in dense cellular areas, gentle detection in sparse regions. A density-based mask controls the blend.
- Multi-layer combination: Different layers may detect different cell populations. Fuse with mask combines them into a single coded image for unified measurement.
Use basic Fuse for non-overlapping detection results. Use Fuse with mask when different regions need different detection methods — the mask tells the operation where to take results from each input.