Uses of Class
net.imglib2.type.numeric.integer.AbstractIntegerBitType
-
Packages that use AbstractIntegerBitType Package Description net.imglib2.type.numeric.integer -
-
Uses of AbstractIntegerBitType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer with type parameters of type AbstractIntegerBitType Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.Subclasses of AbstractIntegerBitType in net.imglib2.type.numeric.integer Modifier and Type Class Description classUnsigned12BitTypeA 12-bitTypewhose data is stored in aLongAccess.classUnsigned2BitTypeATypewith a bit depth of 2.classUnsigned4BitTypeATypewith a bit depth of 4.
-