Resource Base
Table of contents

CCornersUnit Class

The CCornersUnit class represents an intermediate result unit whose type is corners.

Definition

Namespace: dynamsoft::ddn::intermediate_results

Assembly: DynamsoftDocumentNormalizer

class CCornersUnit: CIntermediateResultUnit

Inheritance: CIntermediateResultUnit -> CCornersUnit

Methods

Method Description
GetCount Gets the count of Corner objects in current object.
GetCorner Gets a Corner object from current object by specifying a index.

GetCount

Gets the count of Corner objects in current object.

int GetCount() 

Return Value

The count of Corner objects in current object.

GetCorner

Gets a Corner object from current object by specifying a index.

int GetCorner(int index, CCorner* corner)

Parameters

[in] index The index of the Corner object.

[in, out] corner The Corner object got by the specific index.

Return Value

Returns the error code.

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

version 2.0.20

  • Latest version(2.4.10)
  • Version 2.x
    • Version 2.2.10
    • Version 2.2.0
    • Version 2.0.20
    • Version 2.0.10
    • Version 2.0.0
  • Version 1.x
    • Version 1.0.20
    • Version 1.0.10
    • Version 1.0.0
Change +