Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
PreprocessingFlags.hpp
00001 
00002 #ifndef _PREPROCESSING_PREPROCESSING_FLAGS_H_
00003 #define _PREPROCESSING_PREPROCESSING_FLAGS_H_
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 /* Indique si l'on corrige la distortion o non pendant la phase de
00010  * rectification, et le type de correction. */
00011 typedef enum CamPreprocDistortion {
00012 
00013    CAMPP_DISTORTION_NIL,
00014    CAMPP_DISTORTION_R,
00015    CAMPP_DISTORTION_R3
00016 
00017 } CamPreprocDistortion;
00018 
00019 /* Flag pour le type d'interpolation */
00020 typedef enum CamPreprocInterp {
00021   CAMPP_INTERP_NIL,
00022   CAMPP_INTERP_BILIN
00023 } CamPreprocInterp;
00024 
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028 
00029 #endif
 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