Show / Hide Table of Contents

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 Source

HierarchyIndex()

Declaration
public HierarchyIndex()
| Improve this Doc View Source

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 Source

Child

Declaration
public int Child { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Next

Declaration
public int Next { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Parent

Declaration
public int Parent { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Previous

Declaration
public int Previous { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

FromVec4i(Vec4i)

Declaration
public static HierarchyIndex FromVec4i(Vec4i vec)
Parameters
Type Name Description
Vec4i vec
Returns
Type Description
HierarchyIndex
| Improve this Doc View Source

ToVec4i()

Declaration
public Vec4i ToVec4i()
Returns
Type Description
Vec4i
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX