Click or drag to resize

NativeMatFileIOWriteMatToFile Method

http://www.emgu.com
Write a Mat into a file 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 WriteMatToFile(
	Mat mat,
	string fileName
)

Parameters

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

Return Value

Type: Boolean
True if successful
See Also