IplImage Constructor (String) 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
)

Parameters

fileName
Type: SystemString
Name of file to be loaded.
See Also

Reference