Uses of Class
org.anchoranalysis.image.core.stack.ImageMetadata
Packages that use ImageMetadata
Package
Description
Beans pertaining to feature definition and calculation.
Image-related implementations of
FeatureInput.Bean classes for reading
ImageMetadata from the
file-system.Non-bean classes for reading a
Channel from the
filesystem.Non-bean classes for reading a
Stack from the
filesystem.Implementations of
FeatureImageMetadata.Different types of image-file-formats whose headers can provide
ImageMetadata.Implementations of
ImageMetadataReader.-
Uses of ImageMetadata in org.anchoranalysis.image.feature.bean
Methods in org.anchoranalysis.image.feature.bean with parameters of type ImageMetadataModifier and TypeMethodDescriptionabstract doubleFeatureImageMetadata.calculate(ImageMetadata metadata) Calculates the feature-value for a givenImageMetadata. -
Uses of ImageMetadata in org.anchoranalysis.image.feature.input
Methods in org.anchoranalysis.image.feature.input that return ImageMetadataConstructors in org.anchoranalysis.image.feature.input with parameters of type ImageMetadataModifierConstructorDescriptionFeatureInputImageMetadata(ImageMetadata metadata) Creates a newFeatureInputImageMetadatainstance. -
Uses of ImageMetadata in org.anchoranalysis.image.io.bean.stack.metadata.reader
Methods in org.anchoranalysis.image.io.bean.stack.metadata.reader that return ImageMetadataModifier and TypeMethodDescriptionFromStackReader.openFile(Path path, StackReader defaultStackReader, OperationContext context) abstract ImageMetadataImageMetadataReader.openFile(Path path, StackReader defaultStackReader, OperationContext context) Opens a file containing one or more images but does not read an image. -
Uses of ImageMetadata in org.anchoranalysis.image.io.channel.input
Methods in org.anchoranalysis.image.io.channel.input that return ImageMetadataModifier and TypeMethodDescriptionabstract ImageMetadataThe image-metadata associated with a particular series. -
Uses of ImageMetadata in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return ImageMetadataModifier and TypeMethodDescriptionImageMetadataInput.metadata()The associated image metadata.default ImageMetadataExtracts metadata about the image.Constructor parameters in org.anchoranalysis.image.io.stack.input with type arguments of type ImageMetadataModifierConstructorDescriptionImageMetadataInput(NamedFile file, CheckedSupplier<ImageMetadata, ImageIOException> metadata) Create for a particular file and metadata. -
Uses of ImageMetadata in org.anchoranalysis.plugin.image.feature.bean.metadata
Methods in org.anchoranalysis.plugin.image.feature.bean.metadata with parameters of type ImageMetadataModifier and TypeMethodDescriptiondoubleBitDepthPerChannel.calculate(ImageMetadata metadata) doubleExtractFromLocation.calculate(ImageMetadata metadata) doubleExtractTime.calculate(ImageMetadata metadata) doubleNumberChannels.calculate(ImageMetadata metadata) doubleNumberFrames.calculate(ImageMetadata metadata) doubleNumberResolutionLevels.calculate(ImageMetadata metadata) doubleNumberSeries.calculate(ImageMetadata metadata) protected Optional<ZonedDateTime> AcquisitionTime.extractTime(ImageMetadata metadata) protected Optional<ZonedDateTime> CreationTime.extractTime(ImageMetadata metadata) protected abstract Optional<ZonedDateTime> ExtractTime.extractTime(ImageMetadata metadata) Extracts the time from the given metadata to return as the feature-value (if non-empty).protected Optional<ZonedDateTime> ModificationTime.extractTime(ImageMetadata metadata) -
Uses of ImageMetadata in org.anchoranalysis.plugin.io.bean.metadata.header
Methods in org.anchoranalysis.plugin.io.bean.metadata.header that return types with arguments of type ImageMetadataModifier and TypeMethodDescriptionHeaderFormat.populateFrom(Path path) Creates aImageMetadata, if possible, from the metadata atpath.protected Optional<ImageMetadata> BMP.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes) protected abstract Optional<ImageMetadata> HeaderFormat.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes) Creates aImageMetadata, if possible, frommetadata.protected Optional<ImageMetadata> JPEG.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes) protected Optional<ImageMetadata> PNG.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes) -
Uses of ImageMetadata in org.anchoranalysis.plugin.io.bean.metadata.reader
Methods in org.anchoranalysis.plugin.io.bean.metadata.reader that return ImageMetadataModifier and TypeMethodDescriptionAlwaysReject.openFile(Path path, StackReader defaultStackReader, OperationContext context) InferFromHeader.openFile(Path path, StackReader defaultStackReader, OperationContext context)