Class FrameHandler.Frame
- Namespace
- IO.Scanbot.Sdk.Camera
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class FrameHandler.Frame : Object
- Inheritance
-
FrameHandler.Frame
Constructors
Frame()
Frame(byte[], int, int, int, Rect, RectF, int, int, CameraModule, bool)
public Frame(byte[] frame, int width, int height, int frameOrientation, Rect finderRect, RectF visibleRect, int finderInnerThresholdPx, int finderOuterThresholdPx, CameraModule cameraModule, bool analyzerFrameMirrored)
Parameters
frame
byte[]
width
int
height
int
frameOrientation
int
finderRect
Rect
visibleRect
RectF
finderInnerThresholdPx
int
finderOuterThresholdPx
int
cameraModule
CameraModule
analyzerFrameMirrored
bool
Properties
AnalyzerFrameMirrored
public bool AnalyzerFrameMirrored { get; }
Property Value
- bool
CameraModule
public CameraModule CameraModule { get; }
Property Value
- CameraModule
FinderInnerThresholdPx
public int FinderInnerThresholdPx { get; }
Property Value
- int
FinderOuterThresholdPx
public int FinderOuterThresholdPx { get; }
Property Value
- int
FinderRect
public Rect FinderRect { get; }
Property Value
- Rect
FrameOrientation
public int FrameOrientation { get; }
Property Value
- int
Height
public int Height { get; }
Property Value
- int
VisibleRect
public RectF VisibleRect { get; }
Property Value
- RectF
Width
public int Width { get; }
Property Value
- int
Methods
Component1()
public byte[] Component1()
Returns
- byte[]
Component10()
public bool Component10()
Returns
- bool
Component2()
Returns
- int
Component3()
Returns
- int
Component4()
Returns
- int
Component5()
Returns
- Rect
Component6()
public RectF Component6()
Returns
- RectF
Component7()
Returns
- int
Component8()
Returns
- int
Component9()
public CameraModule Component9()
Returns
- CameraModule
Copy(byte[], int, int, int, Rect, RectF, int, int, CameraModule, bool)
public FrameHandler.Frame Copy(byte[] frame, int width, int height, int frameOrientation, Rect finderRect, RectF visibleRect, int finderInnerThresholdPx, int finderOuterThresholdPx, CameraModule cameraModule, bool analyzerFrameMirrored)
Parameters
frame
byte[]
width
int
height
int
frameOrientation
int
finderRect
Rect
visibleRect
RectF
finderInnerThresholdPx
int
finderOuterThresholdPx
int
cameraModule
CameraModule
analyzerFrameMirrored
bool
Returns
- FrameHandler.Frame
GetFrame()
Returns
- byte[]