Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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

IntermediateResultUnit

Edge

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: