Click or drag to resize

NativeMatFileIO Class

http://www.emgu.com
Native implementation to read files into Mat or Images.
Inheritance Hierarchy
SystemObject
  Emgu.CVNativeMatFileIO

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static class NativeMatFileIO

The NativeMatFileIO type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadFileToMat
Read a file into Mat using native implementations
Public methodStatic memberWriteMatToFile
Write a Mat into a file using native implementations
Top
See Also