66image_variable(
HFOV,
double, 50.0 )
71image_variable(
EMoRParams, std::vector<
float>, std::vector<
float>(5, 0.0f) )
73image_variable(
Gamma,
double, 1.0 )
78image_variable(
Roll,
double , 0.0 )
79image_variable(
Pitch,
double , 0.0 )
80image_variable(
Yaw,
double, 0.0 )
82image_variable(
X,
double , 0.0 )
83image_variable(
Y,
double , 0.0 )
84image_variable(
Z,
double, 0.0 )
90image_variable(
Stack,
double, 0.0 )
93image_variable(
RadialDistortion, std::vector<
double>, std::vector<
double>({ 0.0, 0.0, 0.0, 1.0 }))
121image_variable(
ka, std::vector<double>, , )
122image_variable(
kb, std::vector<
double>, , )
std::vector< double > RadialDistortionRed
double TranslationPlaneYaw
HuginBase::BaseSrcPanoImage::ResponseType ResponseType
std::vector< double > RadialDistortion
HuginBase::MaskPolygonVector Masks
hugin_utils::FDiff2D Shear
std::vector< float > EMoRParams
HuginBase::BaseSrcPanoImage::CropMode CropMode
std::vector< double > RadialDistortionBlue
hugin_utils::FDiff2D RadialVigCorrCenterShift
double TranslationPlanePitch
std::string FlatfieldFilename
HuginBase::MaskPolygonVector ActiveMasks
std::vector< double > RadialVigCorrCoeff
hugin_utils::FDiff2D RadialDistortionCenterShift
HuginBase::FileMetaData FileMetadata
HuginBase::BaseSrcPanoImage::Projection Projection
mainly consists of wrapper around the pano tools library, to assist in ressource management and to pr...
std::vector< MaskPolygon > MaskPolygonVector
namespace for various utils
Implementation of fast vector type with support of linear algebra operations Copyright (C) 2009 Lukáš...
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.