Method Load
- Namespace
- OpenCvSharp.Flann
- Assembly
- OpenCvSharp.dll
Load(InputArray, string)
Loads a previously saved index from a file.
public bool Load(InputArray features, string filename)
Parameters
featuresInputArrayThe dataset that was used to build the saved index.
filenamestringThe file to load the index from.
Returns
- bool
true if the load succeeded.