CvDTreeRead Method (CvFileStorage, CvFileNode, CvDTreeTrainData) OpenCvSharp Class Library
Reads the model from file storage

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

public virtual void Read(
	CvFileStorage fs,
	CvFileNode node,
	CvDTreeTrainData data
)

Parameters

fs
Type: OpenCvSharpCvFileStorage

[Missing <param name="fs"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Read(OpenCvSharp.CvFileStorage,OpenCvSharp.CvFileNode,OpenCvSharp.CPlusPlus.CvDTreeTrainData)"]

node
Type: OpenCvSharpCvFileNode

[Missing <param name="node"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Read(OpenCvSharp.CvFileStorage,OpenCvSharp.CvFileNode,OpenCvSharp.CPlusPlus.CvDTreeTrainData)"]

data
Type: OpenCvSharp.CPlusPlusCvDTreeTrainData

[Missing <param name="data"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Read(OpenCvSharp.CvFileStorage,OpenCvSharp.CvFileNode,OpenCvSharp.CPlusPlus.CvDTreeTrainData)"]

See Also

Reference