Class ImageSize

Object
org.anchoranalysis.bean.AnchorBean<Summarizer<T>>
org.anchoranalysis.plugin.io.bean.summarizer.Summarizer<org.anchoranalysis.image.io.stack.input.ImageMetadataInput>
org.anchoranalysis.plugin.io.bean.summarizer.image.SummarizerImageMetadata<org.anchoranalysis.plugin.io.bean.summarizer.image.WrappedImageDim>
org.anchoranalysis.plugin.io.bean.summarizer.image.ImageSize

public class ImageSize
extends SummarizerImageMetadata<org.anchoranalysis.plugin.io.bean.summarizer.image.WrappedImageDim>
Summarizes the size of images.

If there's more than one image in the series, the size of each is considered.

  • Constructor Details

  • Method Details

    • add

      public void add​(org.anchoranalysis.image.io.stack.input.ImageMetadataInput input) throws org.anchoranalysis.core.exception.OperationFailedException
      Description copied from class: Summarizer
      Adds a element to the summary.
      Specified by:
      add in class Summarizer<org.anchoranalysis.image.io.stack.input.ImageMetadataInput>
      Parameters:
      input - the element to add.
      Throws:
      org.anchoranalysis.core.exception.OperationFailedException
    • describeNoun

      protected String describeNoun()
      Specified by:
      describeNoun in class SummarizerImageMetadata<org.anchoranalysis.plugin.io.bean.summarizer.image.WrappedImageDim>