00001
00002 #ifndef _PREPROCESSING_PREPROCESSING_FLAGS_H_
00003 #define _PREPROCESSING_PREPROCESSING_FLAGS_H_
00004
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008
00009
00010
00011 typedef enum CamPreprocDistortion {
00012
00013 CAMPP_DISTORTION_NIL,
00014 CAMPP_DISTORTION_R,
00015 CAMPP_DISTORTION_R3
00016
00017 } CamPreprocDistortion;
00018
00019
00020 typedef enum CamPreprocInterp {
00021 CAMPP_INTERP_NIL,
00022 CAMPP_INTERP_BILIN
00023 } CamPreprocInterp;
00024
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028
00029 #endif