Click or drag to resize

Mat Constructor (String, ImreadModes)

http://www.emgu.com
Load the Mat from file

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat(
	string fileName,
	ImreadModes loadType = ImreadModes.Color
)

Parameters

fileName
Type: SystemString
The name of the file
loadType (Optional)
Type: Emgu.CV.CvEnumImreadModes
File loading method
See Also