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 aConvertToto match the desired voxel-type.Methods in org.anchoranalysis.io.bioformats.copyconvert with parameters of type ConvertToModifier and TypeMethodDescriptionstatic 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. -
Uses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.tobyte
Subclasses of ConvertTo in org.anchoranalysis.io.bioformats.copyconvert.tobyteModifier and TypeClassDescriptionclassBase class for implementations ofConvertTothat convert to unsigned byte buffers.classLikeToUnsignedBytebut applies scaling, if necessary, to map the original value to 8-bits.classConverts aByteBufferencoding a float type to unsigned byte type, as expected in an AnchorVoxelBuffer.classLikeToUnsignedByteand provides common functionality when converting to an unsigned byte.classConverts aByteBufferencoding unsigned bytes (with interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer.classConverts aByteBufferencoding unsigned bytes (no interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer.classConverts data of type unsigned byte to unsigned byte.classConverts data of type unsigned int to unsigned byte.classConverts 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 TypeClassDescriptionclassConvert to a float buffer, given an unsigned-byte source buffer.classConvert to a float buffer, given an unsigned-int source buffer.classBase class for implementations ofConvertTothat 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 TypeClassDescriptionclassBase class for implementations ofConvertTothat convert to unsigned int buffers.classConvert 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 TypeClassDescriptionclassBase class for implementations ofConvertTothat convert to unsigned short buffers.final classConvert to an unsigned short buffer, given an signed short source buffer.final classConvert to an unsigned short buffer, given an unsigned short source buffer.