IplImage Constructor (String, LoadMode) OpenCvSharp Class Library
Loads an image from the specified file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IplImage(
	string fileName,
	LoadMode flags
)

Parameters

fileName
Type: SystemString
Name of file to be loaded.
flags
Type: OpenCvSharpLoadMode
Specifies colorness and Depth of the loaded image.

Return Value

Type: 
the reference to the loaded image.
See Also

Reference