ContourType
The type of a contour.
Elements
| Name | Value | Description |
|---|---|---|
| IMAQ_EMPTY_CONTOUR | 0 | The contour is empty. |
| IMAQ_POINT | 1 | The contour represents a point. |
| IMAQ_LINE | 2 | The contour represents a line. |
| IMAQ_RECT | 3 | The contour represents a rectangle. |
| IMAQ_OVAL | 4 | The contour represents an oval. |
| IMAQ_CLOSED_CONTOUR | 5 | The contour represents a series of connected points where the last point connects to the first. |
| IMAQ_OPEN_CONTOUR | 6 | The contour represents a series of connected points where the last point does not connect to the first. |
| IMAQ_ANNULUS | 7 | The contour represents an annulus. |
| IMAQ_ROTATED_RECT | 8 | The contour represents a rotated rectangle. |
| IMAQ_CONTOUR_TYPE_SIZE_GUARD | 0xFFFFFFFF | Reserved |