ImageEncodingParam Class OpenCvSharp Class Library
The format-specific save parameters for cv::imwrite and cv::imencode
Inheritance Hierarchy

SystemObject
  OpenCvSharpImageEncodingParam
    OpenCvSharpJpegEncodingParam
    OpenCvSharpPngEncodingParam
    OpenCvSharpPxmEncodingParam

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public class ImageEncodingParam

The ImageEncodingParam type exposes the following members.

Constructors

  NameDescription
Public methodImageEncodingParam
Constructor
Top
Properties

  NameDescription
Public propertyEncodingID
format type ID
Public propertyValue
value of parameter
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference