CvSubdiv2DEdgeDst Method OpenCvSharp Class Library
Returns edge destination.

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

public static CvSubdiv2DPoint Subdiv2DEdgeDst(
	CvSubdiv2DEdge edge
)

Parameters

edge
Type: OpenCvSharpCvSubdiv2DEdge
Subdivision edge (not a quad-edge)

Return Value

Type: CvSubdiv2DPoint
The edge destination. 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