Click or drag to resize

NativeMatFileIOReadFileToMat Method

http://www.emgu.com
Read a file into Mat using native implementations

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

Parameters

fileName
Type: SystemString
The name of the file
mat
Type: Emgu.CVMat
The Mat to read the file into
loadType
Type: Emgu.CV.CvEnumImreadModes
The image load type.

Return Value

Type: Boolean
True if successful
See Also