Table of Contents

Class HierarchyIndex

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Information about the image topology for cv::findContours

public class HierarchyIndex
Inheritance
HierarchyIndex
Inherited Members

Constructors

HierarchyIndex()

public HierarchyIndex()

HierarchyIndex(int, int, int, int)

public HierarchyIndex(int next, int previous, int child, int parent)

Parameters

next int
previous int
child int
parent int

Properties

Child

public int Child { get; set; }

Property Value

int

Next

public int Next { get; set; }

Property Value

int

Parent

public int Parent { get; set; }

Property Value

int

Previous

public int Previous { get; set; }

Property Value

int

Methods

FromVec4i(Vec4i)

public static HierarchyIndex FromVec4i(Vec4i vec)

Parameters

vec Vec4i

Returns

HierarchyIndex

ToVec4i()

public Vec4i ToVec4i()

Returns

Vec4i