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.

CornersUnit

The CornersUnit interface extends the IntermediateResultUnit interface and represents a unit of detected corners.

interface CornersUnit extends IntermediateResultUnit {
    corners: Array<Corner>;
}

corners

An array of detected corners within the image, identified during image processing.

See Also

IntermediateResultUnit

Corner

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: