IndexSave Method OpenCvSharp Class Library
Saves the index to a file.

Namespace:  OpenCvSharp.CPlusPlus.Flann
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Save(
	string filename
)

Parameters

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

Reference