Main Page | Alphabetical List | Class List | File List | Class Members | File Members

RacLabel Struct Reference

Defines a label structure. More...

#include <racdetect.h>

Collaboration diagram for RacLabel:

Collaboration graph
[legend]
List of all members.

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

RacPixelArraypixelArray
 Array with pointer to pixels.

RacPixelArrayverticesArray
 Array with pointer to vertices.

RacPixel vertices [4]
 The four chosen vertices that form a square.


Detailed Description

Defines a label structure.

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.


Member Data Documentation

bool RacLabel::draw
 

Defines if label is valid.

Definition at line 38 of file racdetect.h.

int RacLabel::labelId
 

label

Definition at line 41 of file racdetect.h.

int RacLabel::nPixel
 

Number of pixels with labelId.

Definition at line 39 of file racdetect.h.

int RacLabel::nVertices
 

Number of vertices found using convex hull algorithm.

Definition at line 40 of file racdetect.h.

RacPixelArray* RacLabel::pixelArray
 

Array with pointer to pixels.

Definition at line 42 of file racdetect.h.

RacPixel RacLabel::vertices[4]
 

The four chosen vertices that form a square.

Definition at line 45 of file racdetect.h.

RacPixelArray* RacLabel::verticesArray
 

Array with pointer to vertices.

Definition at line 43 of file racdetect.h.


The documentation for this struct was generated from the following file:
Generated on Fri Dec 12 10:47:35 2003 for RacLib by doxygen 1.3.4