Uses of Enum Class
boofcv.alg.color.ColorFormat
-
Uses of ColorFormat in boofcv.alg.color
Modifier and TypeMethodDescriptionstatic ColorFormat
Returns the enum constant of this class with the specified name.static ColorFormat[]
ColorFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ColorFormat in boofcv.core.encoding
Modifier and TypeMethodDescriptionstatic void
ConvertYuv420_888.yuvToBoof
(ByteBuffer bufferY, ByteBuffer bufferU, ByteBuffer bufferV, int width, int height, int strideY, int strideUV, int stridePixelUV, ColorFormat colorOutput, ImageBase output, @Nullable GrowArray<DogArray_I8> workArrays)