Click or drag to resize

BitmapFileWriterMat Class

http://www.emgu.com
Class that can be used to write the Mat to a file
Inheritance Hierarchy
SystemObject
  Emgu.CVBitmapFileWriterMat

Namespace:  Emgu.CV
Assemblies:   Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
  Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
Syntax
public class BitmapFileWriterMat : IFileWriterMat

The BitmapFileWriterMat type exposes the following members.

Constructors
  NameDescription
Public methodBitmapFileWriterMat
Initializes a new instance of the BitmapFileWriterMat class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteFile
Write the Mat into the file
Top
See Also