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

y:/PUC/Realidade Virtual/trabalhos/raclib/src/racpattern.h

Go to the documentation of this file.
00001 #ifndef __RAC_PATTERN_H
00002 #define __RAC_PATTERN_H
00003 
00004 #include "racdetect.h"
00005 
00009 struct RacLine
00010 {
00011    float a;
00012    float b;
00013    float c;
00014 };
00015 
00017 void racFindPattern(RacLabelList &labelList, RacPixel *vertices);
00018 
00020 void setGlobalParameters(double *wx, double *wy);
00021 
00022 #endif

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