/*========================================================================
    cmvision.h : Main user include file for CMVision2
  ------------------------------------------------------------------------
    Copyright (C) 1999-2002  James R. Bruce
    School of Computer Science, Carnegie Mellon University
  ------------------------------------------------------------------------
    This software is distributed under the GNU General Public License,
    version 2.  If you do not have a copy of this licence, visit
    www.gnu.org, or write: Free Software Foundation, 59 Temple Place,
    Suite 330 Boston, MA 02111-1307 USA.  This program is distributed
    in the hope that it will be useful, but WITHOUT ANY WARRANTY,
    including MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  ========================================================================*/

#ifndef __CMVISION_H__
#define __CMVISION_H__

#include <stdlib.h>
#include <string.h>
#include <stdio.h>

#include "../headers/Util.h"
#include "colors.h"

#include "cmv_types.h"
#include "cmv_threshold.h"
#include "cmv_region.h"

#endif
