Click or drag to resize

IndexSave Method

Saves the index to a file.

Namespace:  OpenCvSharp.Flann
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void Save(
	string filename
)

Parameters

filename
Type: SystemString
The file to save the index to
See Also