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 TypeClassDescriptionclass
ImageBorder_IL_S32<T extends InterleavedInteger<T>>
Child ofImageBorder
forInterleavedInteger
.class
ImageBorder1D_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 TypeClassDescriptionclass
InterleavedInteger<T extends InterleavedInteger<T>>
Base class for integer interleaved images.Subclasses of InterleavedInteger in boofcv.struct.imageModifier and TypeClassDescriptionclass
InterleavedI16<T extends InterleavedI16<T>>
ImageInterleaved
for data of type short.class
InterleavedI8<T extends InterleavedI8<T>>
ImageInterleaved
for data of type byte.class
An image where the primitive type is an unsigned short.class
ImageInterleaved
for data of type int.class
An image where the primitive type is a signed byte.class
An image where the primitive type is an unsigned short.class
An image where the primitive type is an unsigned byte.