Table of Contents

Class ImageBuffer.DeskewResult

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

Result of a Deskew(DeskewParameters) operation.

public sealed class ImageBuffer.DeskewResult
Inheritance
ImageBuffer.DeskewResult
Inherited Members

Remarks

The Angle is the estimated skew angle in degrees. A positive angle indicates the page is rotated clockwise; rotating the source clockwise by this angle deskews it.

Properties

Angle

Gets the measured skew angle in degrees.

Image

Gets the deskewed image buffer, or null when no deskew was performed (e.g., the measured angle was not significant or could not be estimated).