Table of Contents

Method Load

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Load(string, bool)

Loads (mmaps) an index from disk.

public void Load(string filename, bool prefault = false)

Parameters

filename string

Filename of the index to be loaded.

prefault bool

If true, pre-reads the entire file into memory.