Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
CandidateQuadEdgesUnit
The CandidateQuadEdgesUnit
interface extends the IntermediateResultUnit
interface and represents a unit of candidate edges.
interface CandidateQuadEdgesUnit extends IntermediateResultUnit {
candidateQuadEdges: Array<Edge>;
}
candidateQuadEdges
An array of candidate edges that may form quadrilaterals, identified during image processing.
See Also