Click or drag to resize

IndexSave Method

Saves the index to a file.

Namespace:  OpenCvSharp.Flann
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Save(
	string filename
)

Parameters

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