Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Panoramique_struct.h
00001 /* $Id$ */
00002 
00003 #ifndef _PANORAMIC_STRUCT_H
00004 #define _PANORAMIC_STRUCT_H
00005 
00006 #include "BasicStructures.h"
00007 
00008 namespace jafar {
00009   namespace locpano {
00010 
00011 
00012 /***********************************************************************
00013  *
00014  * Describes the geometric parameters of the panoramic image in the image plane. 
00015  * 
00016  **********************************************************************/
00017     typedef struct
00018     { 
00019       int           Sdi,Sdj;        /* size of the panoramic image*/
00020       Point_xy  Center;         /* Center of the panoramic image*/
00021       Point_xy  Init;           /* Initialization of the image */
00022       Point_xy  End;            /* End of the image */
00023       MinMax  Radius;   /* Radius */
00024       MinMax        SqrRadius;      /* Square radius */
00025       float   ValH;           /* mirror geometry */
00026     }Parabolic;
00027 
00028     /* The Init and End variables of the structur describe a rectangle where 
00029        the parabolic images  is contained */
00030  
00031   }
00032 }
00033 
00034 
00035 #endif /* _PANORAMIC_STRUCT_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:25 for Jafar by doxygen 1.7.6.1
LAAS-CNRS