Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
CCandidateQuadEdgesUnit Class
The CCandidateQuadEdgesUnit class represents an intermediate result unit whose type is candidate quad edges.
Definition
Namespace: dynamsoft::ddn::intermediate_results
Assembly: DynamsoftDocumentNormalizer
class CCandidateQuadEdgesUnit: CIntermediateResultUnit
Inheritance: CIntermediateResultUnit -> CCandidateQuadEdgesUnit
Methods
Method | Description |
---|---|
GetCount |
Gets the count of CandidateQuadEdge objects in current object. |
GetCandidateQuadEdge |
Gets a CandidateQuadEdge object from current object by specifying a index. |
GetCount
Gets the count of CandidateQuadEdge objects in current object.
int GetCount()
Return Value
The count of CandidateQuadEdge objects in current object.
GetCandidateQuadEdge
Gets a CandidateQuadEdge object from current object by specifying a index.
int GetCandidateQuadEdge(int index, CEdge* edge)
Parameters
[in] index
The index of the CandidateQuadEdge object.
[in, out] edge
The CandidateQuadEdge object got by the specific index.
Return Value
Returns the error code.
See Also