Click or drag to resize

BitmapFileWriterMatWriteFile Method

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

Namespace:  Emgu.CV
Assemblies:   Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
  Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
Syntax
public bool WriteFile(
	Mat mat,
	string fileName
)

Parameters

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

Return Value

Type: Boolean
True if the file has been written into Mat

Implements

IFileWriterMatWriteFile(Mat, String)
See Also