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 OrientationChangeReturns 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 TConvertTo.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.voidConvertTo.copyAllChannels(Dimensions dimensions, ByteBuffer source, DestinationChannelForIndex destination, int z, ImageFileEncoding sourceImageEncoding, OrientationChange orientationCorrection) Copies the channels in the source buffer into a particularDestinationChannelForIndex.static voidCopyConvert.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 ofChannels converting them if necessary along the way.protected abstract voidConvertTo.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 UnsignedByteBufferUnsignedByteFromUnsignedByte.convert(ByteBuffer source, int channelIndexRelative, OrientationChange orientationCorrection, boolean littleEndian) protected voidToUnsignedByteWithScaling.copyChangeOrientation(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedByteBuffer destination, OrientationChange orientationCorrection) protected voidUnsignedByteFromFloat.copyChangeOrientation(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedByteBuffer destination, OrientationChange orientationCorrection) protected voidUnsignedByteFromUnsignedByteInterleaving.copyChangeOrientation(ByteBuffer source, boolean littleEndian, int channelIndexRelative, UnsignedByteBuffer destination, OrientationChange orientationCorrection) protected voidUnsignedByteFromUnsignedByteNoInterleaving.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 voidFloatFromUnsignedByte.copyChangeOrientation(ByteBuffer source, boolean littleEndian, int channelIndexRelative, FloatBuffer destination, OrientationChange orientationCorrection) protected voidFloatFromUnsignedInt.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 voidUnsignedIntFromUnsignedInt.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 voidToUnsignedShort.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.