CCorner
CCorner 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::basic_structures
Assembly: DynamsoftCore
class CCorner
Attributes
Attribute | Type |
---|---|
type |
CornerType |
intersection |
CPoint |
line1 |
CLineSegment |
line2 |
CLineSegment |
type
The type of the corner.
CornerType type
See Also
intersection
The intersection point of the corner.
CPoint intersection
See Also
line1
One of the line connected to the corner.
CLineSegment line1
See Also
line2
One of the line connected to the corner.
CLineSegment line2
See Also