public final class PlanarYUVLuminanceSource
extends LuminanceSource
Constructor and Description |
---|
PlanarYUVLuminanceSource(byte[] yuvData,
int dataWidth,
int dataHeight,
int left,
int top,
int width,
int height,
boolean reverseHorizontal) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getMatrix() |
byte[] |
getRow(int y,
byte[] row) |
boolean |
isCropSupported() |
Bitmap |
renderCroppedGreyscaleBitmap() |
public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top, int width, int height, boolean reverseHorizontal)
public byte[] getRow(int y, byte[] row)
public byte[] getMatrix()
public boolean isCropSupported()
public Bitmap renderCroppedGreyscaleBitmap()