Show / Hide Table of Contents

Class ImageEncodingParam

The format-specific save parameters for cv::imwrite and cv::imencode

Inheritance
System.Object
ImageEncodingParam
Implements
System.IEquatable<ImageEncodingParam>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class ImageEncodingParam : IEquatable<ImageEncodingParam>

Constructors

| Improve this Doc View Source

ImageEncodingParam(ImwriteFlags, Int32)

Constructor

Declaration
public ImageEncodingParam(ImwriteFlags id, int value)
Parameters
Type Name Description
ImwriteFlags id

format type ID

System.Int32 value

value of parameter

Properties

| Improve this Doc View Source

EncodingId

format type ID

Declaration
public ImwriteFlags EncodingId { get; }
Property Value
Type Description
ImwriteFlags
| Improve this Doc View Source

Value

value of parameter

Declaration
public int Value { get; }
Property Value
Type Description
System.Int32

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX