Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
cmvision.hGo to the documentation of this file.00001 /*======================================================================== 00002 cmvision.h : Main user include file for CMVision2 00003 ------------------------------------------------------------------------ 00004 Copyright (C) 1999-2002 James R. Bruce 00005 School of Computer Science, Carnegie Mellon University 00006 ------------------------------------------------------------------------ 00007 This software is distributed under the GNU General Public License, 00008 version 2. If you do not have a copy of this licence, visit 00009 www.gnu.org, or write: Free Software Foundation, 59 Temple Place, 00010 Suite 330 Boston, MA 02111-1307 USA. This program is distributed 00011 in the hope that it will be useful, but WITHOUT ANY WARRANTY, 00012 including MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00013 ========================================================================*/ 00014 00015 #ifndef __CMVISION_H__ 00016 #define __CMVISION_H__ 00017 00018 #include <stdlib.h> 00019 #include <string.h> 00020 #include <stdio.h> 00021 00022 //#include "Shared/Util.h" 00023 #include "colors.h" 00024 00025 #include "cmv_types.h" 00026 #include "cmv_threshold.h" 00027 #include "cmv_region.h" 00028 00029 #endif |
Tekkotsu v2.2.2 |
Generated Tue Jan 4 15:43:13 2005 by Doxygen 1.4.0 |