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