| Subdiv2DEdgeOrg Method |
Returns the edge origin.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int EdgeOrg(
int edge,
out Point2f orgPt
)
Public Function EdgeOrg (
edge As Integer,
<OutAttribute> ByRef orgPt As Point2f
) As Integer
public:
int EdgeOrg(
int edge,
[OutAttribute] Point2f% orgPt
)
member EdgeOrg :
edge : int *
orgPt : Point2f byref -> int
Parameters
- edge
- Type: SystemInt32
Subdivision edge ID. - orgPt
- Type: OpenCvSharpPoint2f
Output vertex location.
Return Value
Type:
Int32vertex ID.
See Also