Table of Contents

Interface IFileReaderMat

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

The inteface for reading a file into a Mat

public interface IFileReaderMat

Methods

ReadFile(string, Mat, ImreadModes)

Read the file into a Mat

bool ReadFile(string fileName, Mat mat, ImreadModes loadType)

Parameters

fileName string

The name of the file

mat Mat

The destination mat

loadType ImreadModes

The image loading type

Returns

bool

True if successful