Table of Contents

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

filePath string

path to serialized ANN

Returns

ANN_MLP