Table of Contents

Class YUVUtil

Namespace
IO.Scanbot.Sdk.Util
Assembly
DocumentSDK.NET.Droid.dll
public sealed class YUVUtil : Object
Inheritance
YUVUtil

Properties

Instance

public static YUVUtil Instance { get; }

Property Value

YUVUtil

Methods

RotateYUV21Image(int, byte[], int, int)

public byte[] RotateYUV21Image(int cameraRotation, byte[] data, int imageWidth, int imageHeight)

Parameters

cameraRotation int
data byte[]
imageWidth int
imageHeight int

Returns

byte[]