Class BitDepth
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<Integer>
org.anchoranalysis.plugin.io.bean.summarizer.image.BitDepth
public class BitDepth extends SummarizerImageMetadataSimple<Integer>
-
Constructor Summary
Constructors Constructor Description BitDepth() -
Method Summary
Modifier and Type Method Description protected StringdescribeNoun()protected IntegerextractKey(org.anchoranalysis.image.io.stack.input.ImageMetadataInput element)Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.image.SummarizerImageMetadataSimple
addMethods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.image.SummarizerImageMetadata
describe, incrementCount, requiresImageMetadata
-
Constructor Details
-
BitDepth
public BitDepth()
-
-
Method Details
-
extractKey
protected Integer extractKey(org.anchoranalysis.image.io.stack.input.ImageMetadataInput element) throws org.anchoranalysis.image.io.ImageIOException- Specified by:
extractKeyin classSummarizerImageMetadataSimple<Integer>- Throws:
org.anchoranalysis.image.io.ImageIOException
-
describeNoun
- Specified by:
describeNounin classSummarizerImageMetadata<Integer>
-