Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int GetEdge(
int edge,
int nextEdgeType
)
Public Function GetEdge (
edge As Integer,
nextEdgeType As Integer
) As Integer
public:
int GetEdge(
int edge,
int nextEdgeType
)
member GetEdge :
edge : int *
nextEdgeType : int -> int
function GetEdge(edge, nextEdgeType);
Parameters
- edge
- Type: SystemInt32
- nextEdgeType
- Type: SystemInt32
Return Value
Type:
Int32
See Also