Table of contents

ShortLinesUnit

The ShortLinesUnit interface extends the IntermediateResultUnit interface and represents a unit of short line segments.

interface ShortLinesUnit extends IntermediateResultUnit {
    shortLines: Array<LineSegment>;
}

shortLines

An array of short line segments detected within the image.

See Also

IntermediateResultUnit

LineSegment

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: