CvSubdiv2DEdgeOrg Method OpenCvSharp Class Library
Returns edge origin (cvSubdiv2DEdgeOrg).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSubdiv2DPoint Org()

Return Value

Type: CvSubdiv2DPoint
The edge origin. If the edge is from dual subdivision and the virtual point coordinates are not calculated yet, the returned pointer may be null.
See Also

Reference