http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.4.2.1777 (2.4.2.1777)
Termination criteria for growing the forest: term_crit.max_iter is the maximum number of trees in the forest (see also max_tree_count parameter of the constructor, by default it is set to 50)
term_crit.epsilon is the sufficient accuracy (OOB error).
Namespace: Emgu.CV.ML.StructureAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public MCvTermCriteria termCrit |
Visual Basic |
---|
Public termCrit As MCvTermCriteria |
Visual C++ |
---|
public: MCvTermCriteria termCrit |