Class SummarizerImageMetadataSimple<T>

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<T>
org.anchoranalysis.plugin.io.bean.summarizer.image.SummarizerImageMetadataSimple<T>
Direct Known Subclasses:
BitDepth, NumberChannels

public abstract class SummarizerImageMetadataSimple<T>
extends SummarizerImageMetadata<T>
A simple summarizer, where there's one summary-item per image.

Multiple series are ignored.

  • Constructor Details

  • Method Details

    • add

      public void add​(org.anchoranalysis.image.io.stack.input.ImageMetadataInput element) 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:
      element - the element to add.
      Throws:
      org.anchoranalysis.core.exception.OperationFailedException
    • extractKey

      protected abstract T extractKey​(org.anchoranalysis.image.io.stack.input.ImageMetadataInput element) throws org.anchoranalysis.image.io.ImageIOException
      Throws:
      org.anchoranalysis.image.io.ImageIOException