CEdge
The class CEdge
is a structure composed of two Corner points in an image. A Corner represents a point at which the image’s brightness or color sharply changes. Therefore, a CEdge is a line segment connecting two such points that have been identified as Corners.
Definition
Namespace: dynamsoft::basic_structures
Assembly: DynamsoftCore
class CEdge
Attributes
Attribute | Type |
---|---|
startCorner |
CCorner |
endCorner |
CCorner |
startCorner
The start corner point of the edge.
CCorner startCorner
See Also
endCorner
The end corner point of the edge.
CCorner endCorner
See Also