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

SystemObject
  OpenCvSharpImageEncodingParam
    OpenCvSharpJpegEncodingParam

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

[SerializableAttribute]
public class JpegEncodingParam : ImageEncodingParam

The JpegEncodingParam type exposes the following members.

Constructors

  NameDescription
Public methodJpegEncodingParam
Constructor
Top
Properties

  NameDescription
Public propertyEncodingID
format type ID
(Inherited from ImageEncodingParam.)
Public propertyValue
value of parameter
(Inherited from ImageEncodingParam.)
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