Table of Contents

Method Save

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Save(string)

Saves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage fs).

public virtual void Save(string fileName)

Parameters

fileName string