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
filenamestringName of file to be loaded.
flagsImreadModesFlag that can take values of @ref cv::ImreadModes.