Subdiv2DEdgeOrg Method (Int32, Point2f)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function EdgeOrg(edge, orgpt);
Parameters
- edge
- Type: SystemInt32
- orgpt
- Type: OpenCvSharpPoint2f
Return Value
Type:
Int32
See Also