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
intersection
The intersection point of the corner.
Point intersection
See Also
line1
One of the line connected to the corner.
LineSegment line1
See Also
line2
One of the line connected to the corner.
LineSegment line2
See Also