Table of Contents

Method SetOnDiskBuild

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetOnDiskBuild(string)

Prepares to build the index in the specified file instead of in RAM (call before adding items; no need to save after build).

public bool SetOnDiskBuild(string filename)

Parameters

filename string

Filename of the index to be built.

Returns

bool

True on success.