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

y:/PUC/Realidade Virtual/trabalhos/raclib/src/racdetect.h File Reference

#include <ds/list.h>
#include "ds/arrayold.h"

Include dependency graph for racdetect.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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


Define Documentation

#define BYTE   unsigned char
 

Definition at line 12 of file racdetect.h.

#define NULL   0
 

Definition at line 8 of file racdetect.h.

#define ROUND  )     (int) ( (x>0) ? (x+=0.5) : (x-=0.5) )
 

Definition at line 16 of file racdetect.h.


Variable Documentation

Label's list typedef DsPList<RacLabel> RacLabelList
 

Definition at line 50 of file racdetect.h.

Label's iterator typedef DsPListIterator<RacLabel> RacLabelListItr
 

Definition at line 53 of file racdetect.h.

RacPixelArray Array that stores pointers to RacPixels typedef DsArrayOld<RacPixel*> RacPixelArray
 

Definition at line 29 of file racdetect.h.


Generated on Fri Dec 12 10:47:28 2003 for RacLib by doxygen 1.3.4