Click or drag to resize

UMat Constructor (String, ImreadModes)

http://www.emgu.com
Read a UMat from file.

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

Parameters

fileName
Type: SystemString
The name of the file
loadType
Type: Emgu.CV.CvEnumImreadModes
The read mode
See Also