HierarchyIndex Constructor (Int32, Int32, Int32, Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic HierarchyIndex(
int next,
int previous,
int child,
int parent
)
Public Sub New (
next As Integer,
previous As Integer,
child As Integer,
parent As Integer
)
public:
HierarchyIndex(
int next,
int previous,
int child,
int parent
)
new :
next : int *
previous : int *
child : int *
parent : int -> HierarchyIndex
OpenCvSharp.HierarchyIndex = function(next, previous, child, parent);
Parameters
- next
- Type: SystemInt32
- previous
- Type: SystemInt32
- child
- Type: SystemInt32
- parent
- Type: SystemInt32
See Also