Table of Contents

Property MinAngle

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

MinAngle

Gets or sets the minimum absolute angle, in degrees, required to apply deskew.

public float MinAngle { get; set; }

Property Value

float

Remarks

If the measured skew is below this threshold, no rotation is applied and Deskew(DeskewParameters) returns a ImageBuffer.DeskewResult whose Image is null. The default is 0.5°.