CvANN_MLPWrite Method 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 storage,
	string name
)

Parameters

storage
Type: OpenCvSharpCvFileStorage

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

name
Type: SystemString

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

See Also

Reference