Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

DeskewedImageElement

The DeskewedImageElement interface extends the RegionObjectElement interface and represents a deskewed image element.

interface DeskewedImageElement extends RegionObjectElement {
    imageData: DSImageData;
    sourceLocation: Quadrilateral;
    referencedElement: RegionObjectElement;
}

imageData

The image data for the deskewed image.

sourceLocation

The source location where the deskewed image was extracted from the original image, represented as a quadrilateral.

See Also

Quadrilateral

See Also

DSImageData

referencedElement

The original element that this deskewed image was referenced from.

RegionObjectElement

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: