Click or drag to resize

IFileReaderMat Interface

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

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

The IFileReaderMat type exposes the following members.

Methods
  NameDescription
Public methodReadFile
Read the file into a Mat
Top
See Also