| ImwritePAMFlags Enumeration |
Imwrite PAM specific tupletype flags used to define the 'TUPETYPE' field of a PAM file.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum ImwritePAMFlags
Public Enumeration ImwritePAMFlags
public enum class ImwritePAMFlags
Members
| Member name | Value | Description |
---|
| FormatNull | 0 | |
| FormatBlackAndWhite | 1 | |
| FormatGrayscale | 2 | |
| FormatGrayscaleAlpha | 3 | |
| FormatRgb | 4 | |
| FormatRgbAlpha | 5 | |
See Also