Click or drag to resize

HierarchyIndex Constructor (Int32, Int32, Int32, Int32)

Initializes a new instance of the HierarchyIndex class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public HierarchyIndex(
	int next,
	int previous,
	int child,
	int parent
)

Parameters

next
Type: SystemInt32
previous
Type: SystemInt32
child
Type: SystemInt32
parent
Type: SystemInt32
See Also