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