Uses of Class
org.anchoranalysis.io.bioformats.copyconvert.ConvertTo
Packages that use ConvertTo
Package
Description
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
.-
Uses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert
Methods in org.anchoranalysis.io.bioformats.copyconvert that return ConvertToModifier and TypeMethodDescriptionstatic ConvertTo
<?> ConvertToFactory.create
(loci.formats.IFormatReader reader, VoxelDataType targetDataType, int effectiveBitsPerPixel) Creates aConvertTo
to match the desired voxel-type.Methods in org.anchoranalysis.io.bioformats.copyconvert with parameters of type ConvertToModifier and TypeMethodDescriptionstatic 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. -
Uses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.tobyte
Subclasses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.tobyteModifier and TypeClassDescriptionclass
Base class for implementations ofConvertTo
that convert to unsigned byte buffers.class
LikeToUnsignedByte
but applies scaling, if necessary, to map the original value to 8-bits.class
Converts aByteBuffer
encoding a float type to unsigned byte type, as expected in an AnchorVoxelBuffer
.class
LikeToUnsignedByte
and provides common functionality when converting to an unsigned byte.class
Converts aByteBuffer
encoding unsigned bytes (with interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer
.class
Converts aByteBuffer
encoding unsigned bytes (no interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer
.class
Converts data of type unsigned byte to unsigned byte.class
Converts data of type unsigned int to unsigned byte.class
Converts data of type unsigned short to unsigned byte. -
Uses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.tofloat
Subclasses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.tofloatModifier and TypeClassDescriptionclass
Convert to a float buffer, given an unsigned-byte source buffer.class
Convert to a float buffer, given an unsigned-int source buffer.class
Base class for implementations ofConvertTo
that convert to float buffers. -
Uses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.toint
Subclasses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.tointModifier and TypeClassDescriptionclass
Base class for implementations ofConvertTo
that convert to unsigned int buffers.class
Convert to an unsigned int buffer, given an unsigned int source buffer. -
Uses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.toshort
Subclasses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.toshortModifier and TypeClassDescriptionclass
Base class for implementations ofConvertTo
that convert to unsigned short buffers.final class
Convert to an unsigned short buffer, given an signed short source buffer.final class
Convert to an unsigned short buffer, given an unsigned short source buffer.