#include <ds/list.h>
#include "ds/arrayold.h"
Include dependency graph for racdetect.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Rac |
Detect a pattern in the image. More... | |
struct | RacLabel |
Defines a label structure. More... | |
struct | RacPixel |
Defines a pixel structure (x,y). More... | |
Defines | |
#define | NULL 0 |
#define | BYTE unsigned char |
#define | ROUND(x) (int) ( (x>0) ? (x+=0.5) : (x-=0.5) ) |
Variables | |
RacPixelArray Array that stores pointers to RacPixels typedef DsArrayOld< RacPixel * > | RacPixelArray |
Label's list typedef DsPList< RacLabel > | RacLabelList |
Label's iterator typedef DsPListIterator< RacLabel > | RacLabelListItr |
|
Definition at line 12 of file racdetect.h. |
|
Definition at line 8 of file racdetect.h. |
|
Definition at line 16 of file racdetect.h. |
|
Definition at line 50 of file racdetect.h. |
|
Definition at line 53 of file racdetect.h. |
|
Definition at line 29 of file racdetect.h. |