Enum ConvertImageFlags
Specifies operation flags for ConvertImage(Arr, Arr, ConvertImageFlags).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum ConvertImageFlags : int
Fields
| Name | Description |
|---|---|
| Flip | Specifies that the image should be flipped vertically. |
| None | Specifies that no flags should be used for this call. |
| SwapRB | Specifies that the red and blue channels should be swapped. |