Uses of Enum Class
org.anchoranalysis.image.core.dimensions.OrientationChange
Packages that use OrientationChange
Package
Description
Classes to describe the size of images or components of images both in voxels and physically.
Non-bean classes for reading / writing a
Stack
from
and to the filesystem.Converts the byte stream opened by Bioformats into channels of particular data-type.
Converts the byte stream opened by Bioformats into channels of
ByteBuffer
.Converts the byte stream opened by Bioformats into channels of
FloatBuffer
.Converts the byte stream opened by Bioformats into channels of
IntBuffer
.Converts the byte stream opened by Bioformats into channels of
ShortBuffer
.Reading metadata information from files using EXIF and/or other metadata headers.
-
Uses of OrientationChange in org.anchoranalysis.image.core.dimensions
Methods in org.anchoranalysis.image.core.dimensions that return OrientationChangeModifier and TypeMethodDescriptionstatic OrientationChange
Returns the enum constant of this class with the specified name.static OrientationChange[]
OrientationChange.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrientationChange in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack that return OrientationChangeModifier and TypeMethodDescriptionCalculateOrientationChange.calculateOrientationChange
(Logger logger) Calculates any needed orientation change. -
Uses of OrientationChange in org.anchoranalysis.io.bioformats.copyconvert
Methods in org.anchoranalysis.io.bioformats.copyconvert with parameters of type OrientationChangeModifier and TypeMethodDescriptionprotected T
ConvertTo.convert
(ByteBuffer source, int channelIndexRelative, OrientationChange orientationCorrection, boolean littleEndian) Converts a slice of single-channel into a newly created buffer of type TT
.protected VoxelBuffer
<T> ConvertTo.convertSliceOfSingleChannel
(ByteBuffer source, int channelIndexRelative, OrientationChange orientationCorrection) Converts a slice of single-channel into a newly createdVoxelBuffer
.void
ConvertTo.copyAllChannels
(Dimensions dimensions, ByteBuffer source, DestinationChannelForIndex destination, int z, ImageFileEncoding sourceImageEncoding, OrientationChange orientationCorrection) Copies the channels in the source buffer into a particularDestinationChannelForIndex
.static void
CopyConvert.copyAllFrames
(loci.formats.IFormatReader reader, List<Channel> destination, ImageFileShape targetShape, ConvertTo<?> convertTo, ReadOptions readOptions, OrientationChange orientationCorrection) Copies all frames, channels, z-slices (in a byte-array) into a destination set ofChannel
s converting them if necessary along the way.protected abstract void
ConvertTo.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, T destination, OrientationChange orientationCorrection) Copy the bytes, changing orientation. -
Uses of OrientationChange in org.anchoranalysis.io.bioformats.copyconvert.tobyte
Methods in org.anchoranalysis.io.bioformats.copyconvert.tobyte with parameters of type OrientationChangeModifier and TypeMethodDescriptionprotected UnsignedByteBuffer
UnsignedByteFromUnsignedByte.convert
(ByteBuffer source, int channelIndexRelative, OrientationChange orientationCorrection, boolean littleEndian) protected void
ToUnsignedByteWithScaling.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedByteBuffer destination, OrientationChange orientationCorrection) protected void
UnsignedByteFromFloat.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedByteBuffer destination, OrientationChange orientationCorrection) protected void
UnsignedByteFromUnsignedByteInterleaving.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedByteBuffer destination, OrientationChange orientationCorrection) protected void
UnsignedByteFromUnsignedByteNoInterleaving.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedByteBuffer destination, OrientationChange orientationCorrection) -
Uses of OrientationChange in org.anchoranalysis.io.bioformats.copyconvert.tofloat
Methods in org.anchoranalysis.io.bioformats.copyconvert.tofloat with parameters of type OrientationChangeModifier and TypeMethodDescriptionprotected void
FloatFromUnsignedByte.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, FloatBuffer destination, OrientationChange orientationCorrection) protected void
FloatFromUnsignedInt.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, FloatBuffer destination, OrientationChange orientationCorrection) -
Uses of OrientationChange in org.anchoranalysis.io.bioformats.copyconvert.toint
Methods in org.anchoranalysis.io.bioformats.copyconvert.toint with parameters of type OrientationChangeModifier and TypeMethodDescriptionprotected void
UnsignedIntFromUnsignedInt.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedIntBuffer destination, OrientationChange orientationCorrection) -
Uses of OrientationChange in org.anchoranalysis.io.bioformats.copyconvert.toshort
Methods in org.anchoranalysis.io.bioformats.copyconvert.toshort with parameters of type OrientationChangeModifier and TypeMethodDescriptionprotected void
ToUnsignedShort.copyChangeOrientation
(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedShortBuffer destination, OrientationChange orientationCorrection) -
Uses of OrientationChange in org.anchoranalysis.io.bioformats.metadata
Methods in org.anchoranalysis.io.bioformats.metadata that return types with arguments of type OrientationChangeModifier and TypeMethodDescriptionstatic Optional
<OrientationChange> OrientationReader.determineOrientationCorrection
(com.drew.metadata.Metadata metadata) Determines the needed correction to orientation for the voxels if an EXIF orientation tag is present.static Optional
<OrientationChange> OrientationReader.determineOrientationCorrection
(Path path) Determines the needed correction to orientation for the voxels if an EXIF orientation tag is present.