#include <racdetect.h>
Collaboration diagram for RacLabel:

Public Attributes | |
| bool | draw |
| Defines if label is valid. | |
| int | nPixel |
| Number of pixels with labelId. | |
| int | nVertices |
| Number of vertices found using convex hull algorithm. | |
| int | labelId |
| label | |
| RacPixelArray * | pixelArray |
| Array with pointer to pixels. | |
| RacPixelArray * | verticesArray |
| Array with pointer to vertices. | |
| RacPixel | vertices [4] |
| The four chosen vertices that form a square. | |
The RacLabel contains the pixels with a specific label, these pixels area found using conex component algorithm
Definition at line 36 of file racdetect.h.
|
|
Defines if label is valid.
Definition at line 38 of file racdetect.h. |
|
|
label
Definition at line 41 of file racdetect.h. |
|
|
Number of pixels with labelId.
Definition at line 39 of file racdetect.h. |
|
|
Number of vertices found using convex hull algorithm.
Definition at line 40 of file racdetect.h. |
|
|
Array with pointer to pixels.
Definition at line 42 of file racdetect.h. |
|
|
The four chosen vertices that form a square.
Definition at line 45 of file racdetect.h. |
|
|
Array with pointer to vertices.
Definition at line 43 of file racdetect.h. |
1.3.4