stereo.h

Go to the documentation of this file.
00001 
00002 /* ///////////////////////////////////////////////////////////////////////// */
00003 /* This file is a part of the BSTools package                                */
00004 /* written by Przemyslaw Kiciak                                              */
00005 /* ///////////////////////////////////////////////////////////////////////// */
00006 /* (C) Copyright by Przemyslaw Kiciak, 2005                                  */
00007 /* this package is distributed under the terms of the                        */
00008 /* Lesser GNU Public License, see the file COPYING.LIB                       */
00009 /* ///////////////////////////////////////////////////////////////////////// */
00010 
00011 #include <string.h>
00012 #include <math.h>
00013 
00014 #ifndef STEREO_H
00015 #define STEREO_H
00016 
00017 #ifndef CAMERA_H
00018 #include "camera.h"
00019 #endif
00020 
00021 #include "stereof.h"
00022 #include "stereod.h"
00023 
00024 #endif /*STEREO_H*/
00025