Table of contents

EnhancedImageResultItem Class

The EnhancedImageResultItem class stores a captured result item whose type is Enhanced image.

Definition

Package: com.dynamsoft.ddn

public class EnhancedImageResultItem extends CapturedResultItem

Inheritance: CapturedResultItem -> EnhancedImageResultItem

Methods

Method Description
getImageData Gets the ImageData of current object.
getOriginalToLocalMatrix Gets the transformation matrix from the original image coordinate system to the local coordinate system.

getImageData

Gets the ImageData of current object.

public ImageData getImageData()

Return Value

The image data.

See Also

getOriginalToLocalMatrix

Gets the transformation matrix from the original image coordinate system to the local coordinate system.

public double[] getOriginalToLocalMatrix()

Return Value

A double array of size 9, representing the 3x3 transformation matrix that converts coordinates from the original image to the local image.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: