| LDALoad Method (String) |
Deserializes this object from a given filename.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void Load(
string fileName
)
Public Sub Load (
fileName As String
)
public:
void Load(
String^ fileName
)
member Load :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
[Missing <param name="fileName"/> documentation for "M:OpenCvSharp.LDA.Load(System.String)"]
See Also