CvDTreeWrite Method (CvFileStorage, String) OpenCvSharp Class Library
Writes the model to file storage

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

public override void Write(
	CvFileStorage fs,
	string name
)

Parameters

fs
Type: OpenCvSharpCvFileStorage

[Missing <param name="fs"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Write(OpenCvSharp.CvFileStorage,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Write(OpenCvSharp.CvFileStorage,System.String)"]

See Also

Reference