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.

NormalizedImageResultItem Class

The NormalizedImageResultItem class stores a captured result item whose type is normalized image.

Definition

Namespace: Dynamsoft.DDN

public class NormalizedImageResultItem: CapturedResultItem

Inheritance: CapturedResultItem -> NormalizedImageResultItem

Methods

Method Description
GetImageData Gets the ImageData of current object.
GetLocation Get the quadrilateral from which you get the normalized image result item.

GetImageData

Gets the ImageData of current object.

ImageData GetImageData() 

Return Value

The image data.

See Also

GetLocation

Gets the location of current object.

Quadrilateral GetLocation() 

Return Value

The location of current object.

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: