Table of Contents

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

features InputArray

The dataset that was used to build the saved index.

filename string

The file to load the index from.

Returns

bool

true if the load succeeded.