Method Load
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
Load(string)
Loads and creates a serialized ANN from a file. Use ANN::save to serialize and store an ANN to disk. Load the ANN from this file again, by calling this function with the path to the file.
public static ANN_MLP Load(string filePath)
Parameters
filePathstringpath to serialized ANN