00001 #ifndef __VISION_TYPE_HH 00002 #define __VISION_TYPE_HH 00003 00005 typedef enum { Recognition, Tracking } vision_type; 00006 00007 #endif