Package-level declarations
Types
Functions
Converts a GrayF32 object into a ColorBuffer where each pixel in the grayscale image is mapped to an RGB color with identical red, green, and blue values.
Converts a GrayU8 object into a ColorBuffer where each pixel in the grayscale image is mapped to an RGB color with identical red, green, and blue values.
Expects a target with ColorFormat.RG and ColorType.FLOAT32. InterleavedF32 is the type returned by DenseOpticalFlow.process().
Converts a Planar<GrayF32> object into a ColorBuffer with the same number of channels (bands).
Converts a Planar<GrayU8> object into a ColorBuffer with the same number of channels (bands).
Converts this ColorBuffer to an image represented as a Planar
Converts this ColorBuffer to an image represented as a Planar