Resource Base
Table of contents

NormalizedImagesResult

The NormalizedImagesResult class represents a collection of NormalizedImageResultItem, the basic unit of a normalized image result.

Definition

Namespace: com.dynamsoft.ddn

Assembly: DynamsoftDocumentNormalizer.aar

class NormalizedImagesResult

Methods Summary

Methods Description
getItems Gets an array of NormalizedImageResultItem. Each NormalizedImageResultItem is a result object of a single normalized image.
getRotationTransformMatrix Gets the rotation transformation matrix of the original image relative to the rotated image.
getOriginalImageHashId Gets the hash id of the original image. You can use this ID to get the original image via IntermediateResultManager class.
getOriginalImageTag Gets the tag of the original image.

getItems

Returns an array of NormalizedImageResultItem objects, where each NormalizedImageResultItem represents a single normalized image.

NormalizedImageResultItem[] getItems();

Return Value

The array of the normalized image result items.

getRotationTransformMatrix

Returns the rotation transformation matrix of the original image relative to the rotated image. Please see Matrix for more info.

Matrix getRotationTransformMatrix();

Return Value

The rotation transformation matrix of the original image relative to the rotated image.

getOriginalImageHashId

Returns the hash ID of the original image. You can use this ID to get the original image via IntermediateResultManager class.

String getOriginalImageHashId();

Return Value

The hash id of the original image.

getOriginalImageTag

Returns the ImageTag of the original image, which contains various information about the image.

ImageTag getOriginalImageTag();

Return Value

The tag of the original image.

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.x
      • Version 2.2.10
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.10
    • Version 1.x
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.5
      • Version 1.0.4
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support