Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
cmvision.hGo to the documentation of this file.00001 #ifndef __CMVISION_H__ 00002 #define __CMVISION_H__ 00003 00004 //! For more information on the CMVision package, visit http://www.cs.cmu.edu/~jbruce/cmvision/ 00005 /*! 00006 ======================================================================== 00007 Copyright (C) 1999-2002 James R. Bruce 00008 School of Computer Science, Carnegie Mellon University 00009 ------------------------------------------------------------------------ 00010 This software is distributed under the <a href="../gpl-2.0.txt">GNU General Public License, 00011 version 2</a>. If you do not have a copy of this licence, visit 00012 www.gnu.org, or write: Free Software Foundation, 59 Temple Place, 00013 Suite 330 Boston, MA 02111-1307 USA. This program is distributed 00014 in the hope that it will be useful, but WITHOUT ANY WARRANTY, 00015 including MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00016 ======================================================================== 00017 */ 00018 namespace CMVision {} 00019 00020 #include <stdlib.h> 00021 #include <string.h> 00022 #include <stdio.h> 00023 00024 #include "colors.h" 00025 00026 #include "cmv_types.h" 00027 #include "cmv_threshold.h" 00028 #include "cmv_region.h" 00029 00030 /*! @file 00031 * @brief Main user include file for #CMVision 00032 * @author James R. Bruce, School of Computer Science, Carnegie Mellon University 00033 * 00034 * Licensed under the <a href="../gpl-2.0.txt">GNU GPL version 2</a> 00035 */ 00036 00037 #endif |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:37 2016 by Doxygen 1.6.3 |