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