Uses of Class
boofcv.struct.image.InterleavedInteger
Packages that use InterleavedInteger
-
Uses of InterleavedInteger in boofcv.core.image
Constructors in boofcv.core.image with parameters of type InterleavedInteger -
Uses of InterleavedInteger in boofcv.struct.border
Classes in boofcv.struct.border with type parameters of type InterleavedIntegerModifier and TypeClassDescriptionclassImageBorder_IL_S32<T extends InterleavedInteger<T>>Child ofImageBorderforInterleavedInteger.classImageBorder1D_IL_S32<T extends InterleavedInteger<T>>Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image. -
Uses of InterleavedInteger in boofcv.struct.image
Classes in boofcv.struct.image with type parameters of type InterleavedIntegerModifier and TypeClassDescriptionclassInterleavedInteger<T extends InterleavedInteger<T>>Base class for integer interleaved images.Subclasses of InterleavedInteger in boofcv.struct.imageModifier and TypeClassDescriptionclassInterleavedI16<T extends InterleavedI16<T>>ImageInterleavedfor data of type short.classInterleavedI8<T extends InterleavedI8<T>>ImageInterleavedfor data of type byte.classAn image where the primitive type is an unsigned short.classImageInterleavedfor data of type int.classAn image where the primitive type is a signed byte.classAn image where the primitive type is an unsigned short.classAn image where the primitive type is an unsigned byte.