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: 1.0.0
Syntax
public HierarchyIndex(
	int next,
	int previous,
	int child,
	int parent
)

Parameters

next
Type: SystemInt32

[Missing <param name="next"/> documentation for "M:OpenCvSharp.HierarchyIndex.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

previous
Type: SystemInt32

[Missing <param name="previous"/> documentation for "M:OpenCvSharp.HierarchyIndex.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

child
Type: SystemInt32

[Missing <param name="child"/> documentation for "M:OpenCvSharp.HierarchyIndex.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

parent
Type: SystemInt32

[Missing <param name="parent"/> documentation for "M:OpenCvSharp.HierarchyIndex.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also