Click or drag to resize

IFileWriterMat Interface

http://www.emgu.com
The inteface for writing a Mat into a file.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public interface IFileWriterMat

The IFileWriterMat type exposes the following members.

Methods
  NameDescription
Public methodWriteFile
Write the Mat into the file
Top
See Also