00001
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062 image_variable( Filename, std::string, "" )
00063 image_variable( Size, vigra::Size2D , vigra::Size2D(0,0) )
00064
00065 image_variable( Projection, HuginBase::BaseSrcPanoImage::Projection, RECTILINEAR )
00066 image_variable( HFOV, double, 50.0 )
00067
00068
00069 image_variable( ResponseType, HuginBase::BaseSrcPanoImage::ResponseType, RESPONSE_EMOR )
00070 image_variable( EMoRParams, std::vector<float>, std::vector<float>(5, 0.0) )
00071 image_variable( ExposureValue, double, 0.0 )
00072 image_variable( Gamma, double, 1.0 )
00073 image_variable( WhiteBalanceRed, double, 1.0 )
00074 image_variable( WhiteBalanceBlue, double, 1.0 )
00075
00076
00077 image_variable( Roll, double , 0.0 )
00078 image_variable( Pitch, double , 0.0 )
00079 image_variable( Yaw, double, 0.0 )
00080
00081 image_variable( X, double , 0.0 )
00082 image_variable( Y, double , 0.0 )
00083 image_variable( Z, double, 0.0 )
00084
00085 image_variable( TranslationPlaneYaw, double, 0.0)
00086 image_variable( TranslationPlanePitch, double, 0.0)
00087
00088
00089 image_variable( Stack, double, 0.0 )
00090
00091
00092 image_variable( RadialDistortion, std::vector<double>, distortion_default )
00093
00094
00095 image_variable( RadialDistortionRed, std::vector<double>, distortion_default )
00096 image_variable( RadialDistortionBlue, std::vector<double>, distortion_default )
00097
00098
00099 image_variable( RadialDistortionCenterShift, hugin_utils::FDiff2D, hugin_utils::FDiff2D(0.0, 0.0) )
00100
00101
00102 image_variable( Shear, hugin_utils::FDiff2D, hugin_utils::FDiff2D(0, 0) )
00103
00104
00105 image_variable( CropMode, HuginBase::BaseSrcPanoImage::CropMode, NO_CROP )
00106 image_variable( CropRect, vigra::Rect2D, vigra::Rect2D(0, 0, 0, 0) )
00107 image_variable( AutoCenterCrop, bool, true )
00108
00109
00110 image_variable( VigCorrMode, int, VIGCORR_RADIAL|VIGCORR_DIV )
00111
00112
00113 image_variable( FlatfieldFilename, std::string, "" )
00114 image_variable( RadialVigCorrCoeff, std::vector<double>, RadialVigCorrCoeff_default )
00115 image_variable( RadialVigCorrCenterShift, hugin_utils::FDiff2D, hugin_utils::FDiff2D(0.0, 0.0) )
00116
00117
00118
00119 #if 0
00120 image_variable( ka, std::vector<double>, , )
00121 image_variable( kb, std::vector<double>, , )
00122 #endif
00123
00124
00125 image_variable( ExifModel, std::string, "" )
00126 image_variable( ExifMake, std::string, "" )
00127 image_variable( ExifLens, std::string, "" )
00128 image_variable( ExifCropFactor, double, 0 )
00129 image_variable( ExifFocalLength, double, 0 )
00130 image_variable( ExifOrientation, double, 0 )
00131 image_variable( ExifAperture, double, 0 )
00132 image_variable( ExifISO, double, 0 )
00133 image_variable( ExifDistance, double, 0 )
00134 image_variable( ExifFocalLength35, double, 0)
00135 image_variable( ExifExposureTime, double, 0)
00136 image_variable( ExifDate, std::string, "")
00137 image_variable( ExifExposureMode, int, 0)
00138
00139 #if 0
00140
00141
00142
00143
00144 image_variable( FeatherWidth, unsigned int, 10 )
00145
00146 image_variable( Morph, bool, false )
00147 #endif
00148
00149
00150
00151 image_variable( Masks, HuginBase::MaskPolygonVector, defaultMaskVector)
00152
00153
00154 image_variable( ActiveMasks, HuginBase::MaskPolygonVector, defaultMaskVector)
00155
00156
00157 image_variable( Active, bool, true )
00158