Table of Contents

Method Init

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Init(string, ImreadModes)

(Re-)initializes this collection over the multi-page image file at the given path.

public void Init(string filename, ImreadModes flags = ImreadModes.Color)

Parameters

filename string

Name of file to be loaded.

flags ImreadModes

Flag that can take values of @ref cv::ImreadModes.