Click or drag to resize

IFileWriterMatWriteFile Method

http://www.emgu.com
Write the Mat into the file

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

Parameters

mat
Type: Emgu.CVMat
The mat to be written to the file
fileName
Type: SystemString
The name of the file

Return Value

Type: Boolean
True if successful
See Also