Bit-Depth Conversion
Convert 16→8 bit — Use when downstream operations require 8-bit input, or when the useful signal occupies only a small portion of the 16-bit range. Setting range [200, 8000] → [0, 255] optimizes contrast for the signal of interest without losing meaningful data.
Channel Extraction
Extract channel — Use to isolate a specific fluorescence channel or color component for targeted BOM processing. Example: extract the green channel from an RGB brightfield image before applying stain-specific processing.
Extract strongest channel — Use when you need the dominant signal regardless of which channel it comes from. Useful for creating a combined detection input from channels with partially overlapping staining patterns.
Masking and Assembly
Mask — Apply before any operation that should be restricted to a specific tissue region. The mask is typically generated from Tissue Detection or Classifier output.
Set channels to RGB — Assemble pseudo-color composites for visualization, or convert separated stain channels back into a composite RGB view.
Swap channels — Handle images where channel ordering doesn't match expected conventions (e.g., RGB vs. BGR from different scanner platforms).
Use Convert 16→8 bit when you need 8-bit data or want to optimize contrast. Use Extract channel to work with a single channel. Use Mask to restrict operations to tissue areas. Use Set channels to RGB to create color composites for review.