00001 00002 00003 00004 #ifndef __IMAGER_HOUGH_H__ 00005 #define __IMAGER_HOUGH_H__ 00006 00007 #include "defs.h" 00008 00009 void hough_main (); 00010 00011 #endif