Constructor ImageCollection
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ImageCollection()
Creates an empty ImageCollection. Call Init(string, ImreadModes) before use.
public ImageCollection()
ImageCollection(string, ImreadModes)
Creates an ImageCollection over the multi-page image file at the given path.
public ImageCollection(string filename, ImreadModes flags = ImreadModes.Color)
Parameters
filenamestringName of file to be loaded.
flagsImreadModesFlag that can take values of @ref cv::ImreadModes.