Enum FlipMode
Specifies the mirror mode used in Flip(Arr, Arr, FlipMode).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FlipMode : int
Fields
Name | Description |
---|---|
Both | Specifies that the array should be flipped both vertically and horizontally. |
Horizontal | Specifies that the array should be flipped horizontally. |
Vertical | Specifies that the array should be flipped vertically. |