Table of contents

Corner

Corner is a structure in an image consisting of two line segments and intersection point. A Corner represents a point at which the image’s brightness or color sharply changes.

Definition

Namespace: Dynamsoft.Core

class Corner

Attributes

Attribute Type
type EnumCornerType
intersection Point
line1 LineSegment
line2 LineSegment

type

The type of the corner.

EnumCornerType type

See Also

EnumCornerType

intersection

The intersection point of the corner.

Point intersection

See Also

Point

line1

One of the line connected to the corner.

LineSegment line1

See Also

LineSegment

line2

One of the line connected to the corner.

LineSegment line2

See Also

LineSegment

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: