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
Properties
Child
public int Child { get; set; }
Property Value
Next
public int Next { get; set; }
Property Value
Parent
public int Parent { get; set; }
Property Value
Previous
public int Previous { get; set; }
Property Value
Methods
FromVec4i(Vec4i)
public static HierarchyIndex FromVec4i(Vec4i vec)
Parameters
vecVec4i
Returns
ToVec4i()
public Vec4i ToVec4i()