| AlgorithmSave Method |
Saves the algorithm to a file.
In order to make this method work, the derived class must
implement Algorithm::write(FileStorage fs).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual void Save(
string fileName
)
Public Overridable Sub Save (
fileName As String
)
public:
virtual void Save(
String^ fileName
)
abstract Save :
fileName : string -> unit
override Save :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
[Missing <param name="fileName"/> documentation for "M:OpenCvSharp.Algorithm.Save(System.String)"]
See Also