Uses of Class
org.anchoranalysis.image.core.stack.ImageLocation
Packages that use ImageLocation
Package
Description
Defines the key data object,
Stack
, and related
classes.Non-bean classes for reading a
Stack
from the
filesystem.Reading metadata information from files using EXIF and/or other metadata headers.
Implementations of
FeatureImageMetadata
.Non-bean classes to help use multiple files to represent a single
Stack
.-
Uses of ImageLocation in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that return types with arguments of type ImageLocationModifier and TypeMethodDescriptionImageMetadata.getLocation()
Metadata describing the geographic location where the image was captured. -
Uses of ImageLocation in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return types with arguments of type ImageLocationModifier and TypeMethodDescriptionOpenedImageFile.location()
The location associated with the image, if it is known. -
Uses of ImageLocation in org.anchoranalysis.io.bioformats.metadata
Methods in org.anchoranalysis.io.bioformats.metadata that return types with arguments of type ImageLocationModifier and TypeMethodDescriptionstatic Optional
<ImageLocation> LocationReader.readLocation
(com.drew.metadata.Metadata metadata) Reads the image-location from geolocation metadata-tags, if they are present in the metadata.static Optional
<ImageLocation> LocationReader.readLocation
(Path path) Reads the image-location from geolocation metadata-tags, if they are present in an image. -
Uses of ImageLocation in org.anchoranalysis.plugin.image.feature.bean.metadata
Methods in org.anchoranalysis.plugin.image.feature.bean.metadata with parameters of type ImageLocationModifier and TypeMethodDescriptionprotected abstract double
ExtractFromLocation.extractValue
(ImageLocation location) Extracts the value that is returned from the feature if an image-location is present.protected double
Latitude.extractValue
(ImageLocation location) protected double
Longitude.extractValue
(ImageLocation location) -
Uses of ImageLocation in org.anchoranalysis.plugin.io.multifile
Methods in org.anchoranalysis.plugin.io.multifile that return types with arguments of type ImageLocation