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 SourceImageEncodingParam(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 SourceEncodingId
format type ID
Declaration
public ImwriteFlags EncodingId { get; }
Property Value
Type | Description |
---|---|
ImwriteFlags |
Value
value of parameter
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>