Class SegmentedBackground

Object
org.anchoranalysis.image.inference.segment.SegmentedBackground

public class SegmentedBackground
extends Object
The background to a segmentation.
Author:
Owen Feehan
  • Constructor Details

  • Method Details

    • atInputScale

      public Stack atInputScale()
      The background scaled to match the size of the input-image.
      Returns:
      the element, at the requested scale.
    • atModelScale

      public Stack atModelScale()
      The background scaled to match the size of the input for model inference.
      Returns:
      the element, at the requested scale.
    • getBackground

      public DualScale<Stack> getBackground()
      The background image to use for segmentation, when visualizing segmentations.
    • getDisplayer

      public org.anchoranalysis.image.bean.displayer.StackDisplayer getDisplayer()
      How to convert the background in an image suitable to be displayed.