HierarchyIndex Constructor (Int32, Int32, Int32, Int32) OpenCvSharp Class Library
Initializes a new instance of the HierarchyIndex class

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.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.CPlusPlus.HierarchyIndex.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

previous
Type: SystemInt32

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

child
Type: SystemInt32

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

parent
Type: SystemInt32

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

See Also

Reference