Click or drag to resize
Mat Constructor (String, LoadImageType)
http://www.emgu.com
Load the Mat from file

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Mat(
	string fileName,
	LoadImageType loadType
)

Parameters

fileName
Type: SystemString
The name of the file
loadType
Type: Emgu.CV.CvEnumLoadImageType
File loading method
See Also