Enum IplOrigin
Specifies the available data origin for IplImage instances.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum IplOrigin : int
Fields
| Name | Description |
|---|---|
| BottomLeft | Specifies a bottom-right reference coordinate system (Y increases upwards). |
| TopLeft | Specifies a top-left reference coordinate system (Y increases downwards). |