Table of contents

DeskewedImagesUnit Class

The DeskewedImagesUnit class represents an intermediate result unit whose type is deskewed images.

Definition

Namespace: Dynamsoft.DDN.intermediate_results

class DeskewedImagesUnit : IntermediateResultUnit

Inheritance: IntermediateResultUnit -> DeskewedImagesUnit

Methods

Method Description
GetDeskewedImage Gets a DeskewedImageElement object from current object.
SetDeskewedImage Sets the Deskewed image.

GetDeskewedImage

Gets a DeskewedImageElement object from current unit.

DeskewedImageElement GetDeskewedImage()

Return Value

Returns the DeskewedImageElement object.

See Also

SetDeskewedImage

Sets the deskewed image.

int SetDeskewedImage(DeskewedImageElement deskewedImage, double[] matrixToOriginalImage = null)

Parameters

[in] deskewedImage The deskewed image to be set.

[in] matrixToOriginalImage The matrix to original image.

Return value

Returns 0 if successful, otherwise returns a negative value.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: