Resource Base
Table of contents

NormalizedImagesUnit

The NormalizedImagesUnit class represents an intermediate result unit whose type is normalized images.

Definition

Namespace: com.dynamsoft.ddn.intermediate_results

Assembly: DynamsoftDocumentNormalizer.aar

class NormalizedImagesUnit extends IntermediateResultUnit

Methods Summary

Methods Description
getNormalizedImages Gets an array of NormalizedImageElement.
getCount Gets the number of normalized images.
getNormalizedImage Gets a normalized image.
removeAllNormalizedImages Removes all normalized images.
setNormalizedImage Sets a normalized image.

getNormalizedImages

Gets an array of NormalizedImageElement.

NormalizedImageElement[] getNormalizedImages();

Return Value

The array of NormalizedImageElement.

getCount

Gets the number of normalized images.

int getCount();

Return Value

The number of normalized images.

getNormalizedImage

Gets a normalized image.

NormalizedImageElement getNormalizedImage(int index);

Return Value

A NormalizedImageElement object that represents the normalized image.

removeAllNormalizedImages

Removes all normalized images.

void removeAllNormalizedImages();

setNormalizedImage

Sets a NormalizedImageElement as the normalized image.

int setNormalizedImage(NormalizedImageElement element, Matrix matrixToOriginalImage);

Parameters

[in] element: The normalized image to be set.

[in] matrixToOriginalImage: The matrix to the original image.

Return Value

Returns the ErrorCode if failed. otherwise, returns 0.

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