Convenience functions for SrcPanoImage to use on the image variables.
|
Namespaces |
| namespace | HuginBase |
Classes |
| class | HuginBase::PTOVariableConverterNoOp |
| | Parent class to anything that aids conversion between PTO file variables and the image variables of SrcPanoImg. More...
|
| class | HuginBase::PTOVariableConverterSingle< code1, code2, code3, T > |
| | Object to group conversion functions for PTO format variables of up to three characters representing a single variable in SrcPanoImg. More...
|
| class | HuginBase::PTOVariableConverterVectorChar< base_code, T, size > |
| | Object to group conversion functions for PTO format variables representing a std::vector variable in SrcPanoImg, using an identifying first character. More...
|
| class | HuginBase::PTOVariableConverterVector< T, size > |
| | Object to group conversion functions for PTO format variables representing a std::vector variable in SrcPanoImg, using characters stating from 'a'. More...
|
| class | HuginBase::PTOVariableConverterFDiff2D< code_x1, code_y1, code_x2, code_y2 > |
| | Object to group conversion functions for PTO format variables representing a hugin_utils::FDiff2D variable in SrcPanoImg. More...
|
Typedefs |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForFilename |
| | image_variables.h
|
| typedef PTOVariableConverterNoOp | PTOVariableConverterForSize |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForProjection |
typedef PTOVariableConverterSingle<
'v'> | PTOVariableConverterForHFOV |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForResponseType |
typedef PTOVariableConverterVectorChar<
'R', float, 5 > | PTOVariableConverterForEMoRParams |
typedef PTOVariableConverterSingle<
'E', 'e', 'v'> | PTOVariableConverterForExposureValue |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForGamma |
typedef PTOVariableConverterSingle<
'E', 'r'> | PTOVariableConverterForWhiteBalanceRed |
typedef PTOVariableConverterSingle<
'E', 'b'> | PTOVariableConverterForWhiteBalanceBlue |
typedef PTOVariableConverterSingle<
'r'> | PTOVariableConverterForRoll |
typedef PTOVariableConverterSingle<
'p'> | PTOVariableConverterForPitch |
typedef PTOVariableConverterSingle<
'y'> | PTOVariableConverterForYaw |
typedef PTOVariableConverterSingle<
'T','r','X'> | PTOVariableConverterForX |
typedef PTOVariableConverterSingle<
'T','r','Y'> | PTOVariableConverterForY |
typedef PTOVariableConverterSingle<
'T','r','Z'> | PTOVariableConverterForZ |
typedef PTOVariableConverterSingle<
'j'> | PTOVariableConverterForStack |
typedef PTOVariableConverterVector<
double, 3 > | PTOVariableConverterForRadialDistortion |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForRadialDistortionRed |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForRadialDistortionBlue |
typedef PTOVariableConverterFDiff2D<
'd', 'e'> | PTOVariableConverterForRadialDistortionCenterShift |
typedef PTOVariableConverterFDiff2D<
'g', 't'> | PTOVariableConverterForShear |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForCropMode |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForCropRect |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForAutoCenterCrop |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForFlatfieldFilename |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForVigCorrMode |
typedef PTOVariableConverterVectorChar<
'V', double, 4 > | PTOVariableConverterForRadialVigCorrCoeff |
typedef PTOVariableConverterFDiff2D<
'V','V', 'x','y'> | PTOVariableConverterForRadialVigCorrCenterShift |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifModel |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifMake |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifCropFactor |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifFocalLength |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifOrientation |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifAperture |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifISO |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifDistance |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifFocalLength35 |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifExposureTime |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForExifDate |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForFeatherWidth |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForMasks |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForActiveMasks |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForMorph |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForActive |
| typedef PTOVariableConverterNoOp | PTOVariableConverterForLensNr |
Convenience functions for SrcPanoImage to use on the image variables.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA