Click or drag to resize
MCvDTreeNodedepth Field
http://www.emgu.com
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: 3.0.0.2161 (3.0.0.2161)
Syntax
public int depth

Field Value

Type: Int32
See Also