Table of Contents

Interface IFileWriterMat

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

The inteface for writing a Mat into a file.

public interface IFileWriterMat

Methods

WriteFile(Mat, string)

Write the Mat into the file

bool WriteFile(Mat mat, string fileName)

Parameters

mat Mat

The mat to be written to the file

fileName string

The name of the file

Returns

bool

True if successful