Read image from a file

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Image(
	string fileName
)
Visual Basic (Declaration)
Public Sub New ( _
	fileName As String _
)
Visual C++
public:
Image(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
the name of the file that contains the image

See Also