CvDTreeNodeDepth Property OpenCvSharp Class Library
The node depth, the root node depth is 0, the child nodes depth is the parent's depth + 1.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int Depth { get; }

Property Value

Type: Int32
See Also

Reference