Click or drag to resize

IFileReaderMatReadFile Method

http://www.emgu.com
Read the file into a Mat

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
bool ReadFile(
	string fileName,
	Mat mat,
	ImreadModes loadType
)

Parameters

fileName
Type: SystemString
The name of the file
mat
Type: Emgu.CVMat
The destination mat
loadType
Type: Emgu.CV.CvEnumImreadModes
The image loading type

Return Value

Type: Boolean
True if successful
See Also