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
Syntaxbool WriteFile(
Mat mat,
string fileName
)
Function WriteFile (
mat As Mat,
fileName As String
) As Boolean
bool WriteFile(
Mat^ mat,
String^ fileName
)
abstract WriteFile :
mat : Mat *
fileName : string -> bool
Parameters
- mat
- Type: Emgu.CVMat
The mat to be written to the file - fileName
- Type: SystemString
The name of the file
Return Value
Type:
BooleanTrue if successful
See Also