public class RgbToYuv420p extends Object implements Transform
Transform.Levels
Constructor and Description |
---|
RgbToYuv420p() |
Modifier and Type | Method and Description |
---|---|
static void |
rgb2yuv(byte r,
byte g,
byte b,
byte[] out) |
void |
transform(Picture img,
Picture dst) |
Copyright © 2019. All rights reserved.