Class HierarchyIndex
Information about the image topology for cv::findContours
Inheritance
System.Object
HierarchyIndex
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class HierarchyIndex
Constructors
| Improve this Doc View SourceHierarchyIndex()
Declaration
public HierarchyIndex()
HierarchyIndex(Int32, Int32, Int32, Int32)
Declaration
public HierarchyIndex(int next, int previous, int child, int parent)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | next | |
System.Int32 | previous | |
System.Int32 | child | |
System.Int32 | parent |
Properties
| Improve this Doc View SourceChild
Declaration
public int Child { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Next
Declaration
public int Next { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Parent
Declaration
public int Parent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Previous
Declaration
public int Previous { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFromVec4i(Vec4i)
Declaration
public static HierarchyIndex FromVec4i(Vec4i vec)
Parameters
Type | Name | Description |
---|---|---|
Vec4i | vec |
Returns
Type | Description |
---|---|
HierarchyIndex |
ToVec4i()
Declaration
public Vec4i ToVec4i()
Returns
Type | Description |
---|---|
Vec4i |