The node depth, the root node depth is 0, the child nodes depth is the parent's depth + 1.

Namespace:  Emgu.CV.ML.Structure
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int depth
Visual Basic (Declaration)
Public depth As Integer
Visual C++
public:
int depth

See Also