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 Summary
Constructors Constructor Description ImageSize() -
Method Summary
Modifier and Type Method Description voidadd(org.anchoranalysis.image.io.stack.input.ImageMetadataInput input)Adds a element to the summary.protected StringdescribeNoun()Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.image.SummarizerImageMetadata
describe, incrementCount, requiresImageMetadata
-
Constructor Details
-
ImageSize
public ImageSize()
-
-
Method Details
-
add
public void add(org.anchoranalysis.image.io.stack.input.ImageMetadataInput input) throws org.anchoranalysis.core.exception.OperationFailedExceptionDescription copied from class:SummarizerAdds a element to the summary.- Specified by:
addin classSummarizer<org.anchoranalysis.image.io.stack.input.ImageMetadataInput>- Parameters:
input- the element to add.- Throws:
org.anchoranalysis.core.exception.OperationFailedException
-
describeNoun
- Specified by:
describeNounin classSummarizerImageMetadata<org.anchoranalysis.plugin.io.bean.summarizer.image.WrappedImageDim>
-