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 double
FeatureImageMetadata.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 newFeatureInputImageMetadata
instance. -
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 ImageMetadata
ImageMetadataReader.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 ImageMetadata
The 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 ImageMetadata
Extracts 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 TypeMethodDescriptiondouble
BitDepthPerChannel.calculate
(ImageMetadata metadata) double
NumberChannels.calculate
(ImageMetadata metadata) double
NumberFrames.calculate
(ImageMetadata metadata) double
NumberResolutionLevels.calculate
(ImageMetadata metadata) double
NumberSeries.calculate
(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)