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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
See Also