Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes | List of all members
HuginBase::PanoramaOptions Class Reference

Panorama image options. More...

#include <PanoramaOptions.h>

Public Types

enum  ProjectionFormat {
  RECTILINEAR = 0, CYLINDRICAL = 1, EQUIRECTANGULAR = 2, FULL_FRAME_FISHEYE = 3,
  STEREOGRAPHIC = 4, MERCATOR = 5, TRANSVERSE_MERCATOR = 6, SINUSOIDAL = 7,
  LAMBERT = 8, LAMBERT_AZIMUTHAL = 9, ALBERS_EQUAL_AREA_CONIC = 10, MILLER_CYLINDRICAL = 11,
  PANINI = 12, ARCHITECTURAL = 13, ORTHOGRAPHIC = 14, EQUISOLID = 15,
  EQUI_PANINI = 16, BIPLANE = 17, TRIPLANE = 18, GENERAL_PANINI = 19,
  THOBY_PROJECTION = 20, HAMMER_AITOFF = 21
}
 Projection of final panorama. More...
 
enum  PTStitcherAcceleration { NO_SPEEDUP, MAX_SPEEDUP, MEDIUM_SPEEDUP }
 PTStitcher acceleration. More...
 
enum  FileFormat {
  JPEG = 0, JPEG_m, PNG, PNG_m,
  TIFF, TIFF_m, TIFF_mask, TIFF_multilayer,
  TIFF_multilayer_mask, PICT, PSD, PSD_m,
  PSD_mask, PAN, IVR, IVR_java,
  VRML, QTVR, HDR, HDR_m,
  EXR, EXR_m, FILEFORMAT_NULL
}
 Fileformat. More...
 
enum  OutputMode { OUTPUT_LDR =0, OUTPUT_HDR }
 output mode More...
 
enum  HDRMergeType { HDRMERGE_AVERAGE =0, HDRMERGE_DEGHOST =1 }
 
enum  BlendingMechanism {
  NO_BLEND =0, PTBLENDER_BLEND =1, ENBLEND_BLEND =2, SMARTBLEND_BLEND =3,
  PTMASKER_BLEND =4, INTERNAL_BLEND =5
}
 blenders More...
 
enum  Remapper { NONA =0, PTMENDER }
 
enum  EdgeFillMode { NO_EDGE_FILL = 0, EDGE_FILL_SOLID = 1 }
 edge fill modes More...
 

Public Member Functions

 PanoramaOptions ()
 
virtual ~PanoramaOptions ()
 
virtual void reset ()
 
void printScriptLine (std::ostream &o, bool forPTOptimizer=false) const
 
const std::string & getOutputExtension () const
 return the extension used by the current output format More...
 
void setWidth (unsigned int w, bool keepView=true)
 set panorama width keep the HFOV, if keepView=true More...
 
void setHeight (unsigned int h)
 set panorama height More...
 
unsigned int getWidth () const
 
unsigned int getHeight () const
 get panorama height More...
 
vigra::Size2D getSize () const
 get size of output image More...
 
const vigra::Rect2D & getROI () const
 
void setROI (const vigra::Rect2D &val)
 
void setProjection (ProjectionFormat f)
 set the Projection format and adjust the hfov/vfov if nessecary More...
 
void resetProjectionParameters ()
 sets the optional parameters to their default values More...
 
PanoramaOptions::ProjectionFormat getProjection () const
 
const std::vector< double > & getProjectionParameters () const
 Get the optional projection parameters. More...
 
void setProjectionParameters (const std::vector< double > &params)
 set the optional parameters (they need to be of the correct size) More...
 
bool fovCalcSupported (ProjectionFormat f) const
 true, if FOV calcuations are supported for projection f More...
 
void setHFOV (double h, bool keepView=true)
 set the horizontal field of view. More...
 
double getHFOV () const
 
void setVFOV (double v)
 
double getVFOV () const
 
double getMaxHFOV () const
 get maximum possible hfov with current projection More...
 
double getMaxVFOV () const
 get maximum possible vfov with current projection More...
 

Static Public Member Functions

static const std::string & getFormatName (FileFormat f)
 return string name of output file format More...
 
static FileFormat getFormatFromName (const std::string &name)
 returns the FileFormat corrosponding to name. More...
 

Public Attributes

FileFormat outputFormat
 
int quality
 
std::string tiffCompression
 
bool tiff_saveROI
 
unsigned int colorReferenceImage
 
vigra_ext::Interpolator interpolator
 
unsigned int optimizeReferenceImage
 
BlendingMechanism blendMode
 
HDRMergeType hdrMergeMode
 
Remapper remapper
 
bool remapUsingGPU
 
bool saveCoordImgs
 
double huberSigma
 
double photometricHuberSigma
 
OutputMode outputMode
 
bool outputLDRBlended
 save blended panorama (LDR) More...
 
bool outputLDRLayers
 save remapped layers (LDR) More...
 
bool outputLDRExposureRemapped
 save remapped layers (no exposure adjustment) More...
 
bool outputLDRExposureLayers
 save blended exposure layers, do not perform fusion (no exposure adjustment) More...
 
bool outputLDRExposureLayersFused
 save blended exposure layers which are then fused (no exposure adjustment) More...
 
bool outputLDRStacks
 
bool outputLDRExposureBlended
 < save exposure fused stacks (no exposure adjustment) More...
 
bool outputHDRBlended
 save blended panorama (HDR) More...
 
bool outputHDRLayers
 save remapped layers (HDR) More...
 
bool outputHDRStacks
 save image stacks (HDR) More...
 
std::string outputLayersCompression
 
std::string outputImageType
 
std::string outputImageTypeCompression
 
std::string outputImageTypeHDR
 
std::string outputImageTypeHDRCompression
 
std::string enblendOptions
 
std::string enfuseOptions
 
std::string hdrmergeOptions
 
std::string verdandiOptions
 
double outputExposureValue
 
std::vector< float > outputEMoRParams
 
double outputRangeCompression
 
std::string outputPixelType
 
double outputStacksMinOverlap
 
double outputLayersExposureDiff
 
EdgeFillMode edgeFillMode
 
bool keepEdgeFillInput
 
pano_projection_features m_projFeatures
 

Private Attributes

double m_hfov
 
double m_vfov
 
ProjectionFormat m_projectionFormat
 
std::vector< double > m_projectionParams
 
vigra::Size2D m_size
 
vigra::Rect2D m_roi
 

Static Private Attributes

static const std::string fileformatNames []
 
static const std::string fileformatExt []
 

Detailed Description

Panorama image options.

this holds the settings for the final panorama

Definition at line 79 of file PanoramaOptions.h.

Member Enumeration Documentation

blenders

Enumerator
NO_BLEND 
PTBLENDER_BLEND 
ENBLEND_BLEND 
SMARTBLEND_BLEND 
PTMASKER_BLEND 
INTERNAL_BLEND 

Definition at line 157 of file PanoramaOptions.h.

edge fill modes

Enumerator
NO_EDGE_FILL 
EDGE_FILL_SOLID 

Definition at line 173 of file PanoramaOptions.h.

Fileformat.

Enumerator
JPEG 
JPEG_m 
PNG 
PNG_m 
TIFF 
TIFF_m 
TIFF_mask 
TIFF_multilayer 
TIFF_multilayer_mask 
PICT 
PSD 
PSD_m 
PSD_mask 
PAN 
IVR 
IVR_java 
VRML 
QTVR 
HDR 
HDR_m 
EXR 
EXR_m 
FILEFORMAT_NULL 

Definition at line 119 of file PanoramaOptions.h.

Enumerator
HDRMERGE_AVERAGE 
HDRMERGE_DEGHOST 

Definition at line 151 of file PanoramaOptions.h.

output mode

Enumerator
OUTPUT_LDR 
OUTPUT_HDR 

Definition at line 146 of file PanoramaOptions.h.

Projection of final panorama.

Enumerator
RECTILINEAR 
CYLINDRICAL 
EQUIRECTANGULAR 
FULL_FRAME_FISHEYE 
STEREOGRAPHIC 
MERCATOR 
TRANSVERSE_MERCATOR 
SINUSOIDAL 
LAMBERT 
LAMBERT_AZIMUTHAL 
ALBERS_EQUAL_AREA_CONIC 
MILLER_CYLINDRICAL 
PANINI 
ARCHITECTURAL 
ORTHOGRAPHIC 
EQUISOLID 
EQUI_PANINI 
BIPLANE 
TRIPLANE 
GENERAL_PANINI 
THOBY_PROJECTION 
HAMMER_AITOFF 

Definition at line 85 of file PanoramaOptions.h.

PTStitcher acceleration.

Enumerator
NO_SPEEDUP 
MAX_SPEEDUP 
MEDIUM_SPEEDUP 

Definition at line 111 of file PanoramaOptions.h.

Enumerator
NONA 
PTMENDER 

Definition at line 167 of file PanoramaOptions.h.

Constructor & Destructor Documentation

HuginBase::PanoramaOptions::PanoramaOptions ( )
inline

Definition at line 179 of file PanoramaOptions.h.

virtual HuginBase::PanoramaOptions::~PanoramaOptions ( )
inlinevirtual

Definition at line 184 of file PanoramaOptions.h.

Member Function Documentation

bool HuginBase::PanoramaOptions::fovCalcSupported ( ProjectionFormat  f) const
PanoramaOptions::FileFormat HuginBase::PanoramaOptions::getFormatFromName ( const std::string &  name)
static

returns the FileFormat corrosponding to name.

if name is not recognized, FileFormat::TIFF is returned

Definition at line 74 of file PanoramaOptions.cpp.

References DEBUG_ERROR, FILEFORMAT_NULL, fileformatNames, celeste::max(), and TIFF_m.

const std::string & HuginBase::PanoramaOptions::getFormatName ( FileFormat  f)
static

return string name of output file format

Definition at line 62 of file PanoramaOptions.cpp.

References FILEFORMAT_NULL, and fileformatNames.

Referenced by printScriptLine(), and HuginBase::Nona::stitchPanoIntern().

unsigned int HuginBase::PanoramaOptions::getHeight ( ) const
inline

get panorama height

Definition at line 279 of file PanoramaOptions.h.

Referenced by HuginLines::_getVerticalLines(), AddGeometricControlPoint(), PreviewIdentifyTool::AfterDrawImagesEvent(), PreviewCameraTool::ChangeZoomLevel(), HuginBase::Nona::SpaceTransform::createInvTransform(), HuginBase::PTools::Transform::createInvTransform(), HuginBase::Nona::SpaceTransform::createTransform(), HuginBase::PTools::Transform::createTransform(), PanoPanel::DoCalcFOV(), HuginQueue::detail::GenerateFinalArgfile(), LensCalImageCtrl::GenerateRemappedImage(), ProjectListBox::GetAttributeString(), MeshManager::PanosphereOverviewMeshInfo::GetCoord3D(), MeshManager::PlaneOverviewMeshInfo::GetCoord3D(), MeshManager::PanosphereOverviewMeshInfo::GetMeshCoords3D(), MeshManager::PlaneOverviewMeshInfo::GetMeshCoords3D(), HuginBase::SmallRemappedImageCache::getRemapped(), HuginBase::Nona::FileRemapper< ImageType, AlphaType >::getRemapped(), HuginQueue::GetStitchingCommandQueueUserOutput(), PanoDetector::loadProject(), main(), PanosphereOverviewToolHelper::MouseMoved(), PlaneOverviewToolHelper::MouseMoved(), PreviewFrame::OnFitPano(), GLPreviewFrame::OnFitPano(), GLPreviewFrame::OnResetCrop(), printScriptLine(), GLPreviewRenderer::Resize(), GLPanosphereOverviewRenderer::Resize(), GLPlaneOverviewRenderer::Resize(), HuginBase::Nona::detail::saveRemapped(), HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::saveRemapped(), SetCanvas(), SetCrop(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch(), VertexCoordRemapper::UpdateAndResetIndex(), PreviewCameraTool::UpdateCenter(), PanoPanel::UpdateDisplay(), and PreviewPanel::updatePreview().

double HuginBase::PanoramaOptions::getHFOV ( ) const
inline
double HuginBase::PanoramaOptions::getMaxHFOV ( ) const
inline

get maximum possible hfov with current projection

Definition at line 333 of file PanoramaOptions.h.

Referenced by HuginBase::CalculateFitPanorama::fitPano(), PanoPanel::HFOVChanged(), GLPreviewFrame::OnHFOVChanged(), and setHFOV().

double HuginBase::PanoramaOptions::getMaxVFOV ( ) const
inline

get maximum possible vfov with current projection

Definition at line 337 of file PanoramaOptions.h.

Referenced by HuginBase::CalculateFitPanorama::fitPano(), getVFOV(), GLPreviewFrame::OnVFOVChanged(), setHFOV(), setVFOV(), setWidth(), and PanoPanel::VFOVChanged().

const std::string & HuginBase::PanoramaOptions::getOutputExtension ( ) const
PanoramaOptions::ProjectionFormat HuginBase::PanoramaOptions::getProjection ( ) const
inline
const std::vector<double>& HuginBase::PanoramaOptions::getProjectionParameters ( ) const
inline
const vigra::Rect2D& HuginBase::PanoramaOptions::getROI ( ) const
inline
vigra::Size2D HuginBase::PanoramaOptions::getSize ( ) const
inline
double HuginBase::PanoramaOptions::getVFOV ( ) const
unsigned int HuginBase::PanoramaOptions::getWidth ( ) const
inline

Definition at line 275 of file PanoramaOptions.h.

Referenced by AddGeometricControlPoint(), PreviewIdentifyTool::AfterDrawImagesEvent(), PreviewCameraTool::ChangeZoomLevel(), HuginBase::Nona::SpaceTransform::createInvTransform(), HuginBase::PTools::Transform::createInvTransform(), HuginBase::Nona::SpaceTransform::createTransform(), HuginBase::PTools::Transform::createTransform(), PanoPanel::DoCalcFOV(), PanoPanel::DoCalcOptimalWidth(), HuginQueue::detail::GenerateFinalArgfile(), LensCalImageCtrl::GenerateRemappedImage(), ProjectListBox::GetAttributeString(), MeshManager::PanosphereOverviewMeshInfo::GetCoord3D(), MeshManager::PlaneOverviewMeshInfo::GetCoord3D(), MeshManager::PanosphereOverviewMeshInfo::GetMeshCoords3D(), MeshManager::PlaneOverviewMeshInfo::GetMeshCoords3D(), HuginBase::SmallRemappedImageCache::getRemapped(), HuginBase::Nona::FileRemapper< ImageType, AlphaType >::getRemapped(), HuginQueue::GetStitchingCommandQueue(), HuginQueue::GetStitchingCommandQueueUserOutput(), GreatCircleArc::GreatCircleArc(), PanoDetector::loadProject(), main(), PanoDetector::matchMultiRow(), PanosphereOverviewToolHelper::MouseMoved(), PlaneOverviewToolHelper::MouseMoved(), GLPreviewFrame::OnCreateCP(), PanoOutputDialog::OnOk(), GLPreviewFrame::OnResetCrop(), PointFineTuneProjectionAware(), printScriptLine(), GLPreviewRenderer::Resize(), GLPanosphereOverviewRenderer::Resize(), GLPlaneOverviewRenderer::Resize(), HuginBase::Nona::detail::saveRemapped(), HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::saveRemapped(), SetCanvas(), SetCrop(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch(), VertexCoordRemapper::UpdateAndResetIndex(), PreviewCameraTool::UpdateCenter(), PanoPanel::UpdateDisplay(), PreviewPanel::updatePreview(), and CPEditorPanel::UpdateTransforms().

void HuginBase::PanoramaOptions::printScriptLine ( std::ostream &  o,
bool  forPTOptimizer = false 
) const
virtual void HuginBase::PanoramaOptions::reset ( )
inlinevirtual

Definition at line 186 of file PanoramaOptions.h.

References vigra_ext::INTERP_CUBIC.

Referenced by HuginBase::Panorama::reset().

void HuginBase::PanoramaOptions::resetProjectionParameters ( )

sets the optional parameters to their default values

Definition at line 193 of file PanoramaOptions.cpp.

References m_projFeatures, and setProjectionParameters().

Referenced by PreviewFrame::OnProjParameterReset(), GLPreviewFrame::OnProjParameterReset(), and setProjection().

void HuginBase::PanoramaOptions::setHeight ( unsigned int  h)
void HuginBase::PanoramaOptions::setHFOV ( double  h,
bool  keepView = true 
)

set the horizontal field of view.

also updates the image height (keep pano field of view similar.)

Definition at line 282 of file PanoramaOptions.cpp.

References DEBUG_NOTICE, fovCalcSupported(), getMaxHFOV(), getMaxVFOV(), getVFOV(), m_hfov, m_projectionFormat, celeste::min(), and setVFOV().

Referenced by HuginLines::_getVerticalLines(), HuginBase::CalculateFOV::calcFOV(), HuginBase::CenterHorizontally::centerHorizontically(), PanoPanel::DoCalcFOV(), HuginBase::CalculateFitPanorama::fitPano(), LensCalImageCtrl::GenerateRemappedImage(), wxGraphTools::GetDistortionGraph(), GetImageRotatedTo(), PanoPanel::HFOVChanged(), PanoDetector::loadProject(), main(), main2(), PreviewFrame::OnChangeFOV(), GLPreviewFrame::OnChangeFOV(), PreviewFrame::OnFitPano(), GLPreviewFrame::OnFitPano(), GLPreviewFrame::OnHFOVChanged(), GLPreviewFrame::OnTrackChangeFOV(), PanosphereOverviewVisualizationState::PanosphereOverviewVisualizationState(), PlaneOverviewVisualizationState::PlaneOverviewVisualizationState(), PointFineTuneProjectionAware(), processImg(), PanoCommand::wxAddCtrlPointGridCmd::processPanorama(), PanoCommand::CenterPanoCmd::processPanorama(), PanoCommand::StraightenPanoCmd::processPanorama(), ReadPanoramaOptionsFromIni(), HuginBase::FitPanorama::runAlgorithm(), HuginBase::PointSampler::sampleAndExtractPoints(), SetFOV(), PanosphereOverviewVisualizationState::SetOptions(), PlaneOverviewVisualizationState::SetOptions(), setProjectionParameters(), and PreviewLayoutLinesTool::updateImageCentres().

void HuginBase::PanoramaOptions::setProjection ( ProjectionFormat  f)
void HuginBase::PanoramaOptions::setProjectionParameters ( const std::vector< double > &  params)
void HuginBase::PanoramaOptions::setROI ( const vigra::Rect2D &  val)
inline
void HuginBase::PanoramaOptions::setVFOV ( double  v)
void HuginBase::PanoramaOptions::setWidth ( unsigned int  w,
bool  keepView = true 
)

Member Data Documentation

BlendingMechanism HuginBase::PanoramaOptions::blendMode
unsigned int HuginBase::PanoramaOptions::colorReferenceImage
EdgeFillMode HuginBase::PanoramaOptions::edgeFillMode
std::string HuginBase::PanoramaOptions::enblendOptions
std::string HuginBase::PanoramaOptions::enfuseOptions
const std::string HuginBase::PanoramaOptions::fileformatExt
staticprivate
Initial value:
=
{
"jpg",
"jpg",
"png",
"png",
"tif",
"tif",
"tif",
"tif",
"tif",
"pict",
"psd",
"psd",
"psd",
"pan",
"ivr",
"IVR_java",
"wrl",
"mov",
"hdr",
"hdr",
"exr",
"exr"
}

Definition at line 416 of file PanoramaOptions.h.

Referenced by getOutputExtension().

const std::string HuginBase::PanoramaOptions::fileformatNames
staticprivate
Initial value:
=
{
"JPEG",
"JPEG_m",
"PNG",
"PNG_m",
"TIFF",
"TIFF_m",
"TIFF_mask",
"TIFF_multilayer",
"TIFF_multilayer_mask",
"PICT",
"PSD",
"PSD_m",
"PSD_mask",
"PAN",
"IVR",
"IVR_java",
"VRML",
"QTVR",
"HDR",
"HDR_m",
"EXR",
"EXR_m"
}

Definition at line 415 of file PanoramaOptions.h.

Referenced by getFormatFromName(), and getFormatName().

HDRMergeType HuginBase::PanoramaOptions::hdrMergeMode
std::string HuginBase::PanoramaOptions::hdrmergeOptions
double HuginBase::PanoramaOptions::huberSigma

Definition at line 367 of file PanoramaOptions.h.

Referenced by main2(), processImg(), and HuginBase::SmartOptimise::smartOptimize().

vigra_ext::Interpolator HuginBase::PanoramaOptions::interpolator
bool HuginBase::PanoramaOptions::keepEdgeFillInput
double HuginBase::PanoramaOptions::m_hfov
private
ProjectionFormat HuginBase::PanoramaOptions::m_projectionFormat
private
std::vector<double> HuginBase::PanoramaOptions::m_projectionParams
private

Definition at line 423 of file PanoramaOptions.h.

Referenced by printScriptLine(), setProjection(), and setProjectionParameters().

pano_projection_features HuginBase::PanoramaOptions::m_projFeatures
vigra::Rect2D HuginBase::PanoramaOptions::m_roi
private

Definition at line 425 of file PanoramaOptions.h.

Referenced by getVFOV(), printScriptLine(), setHeight(), setVFOV(), and setWidth().

vigra::Size2D HuginBase::PanoramaOptions::m_size
private

Definition at line 424 of file PanoramaOptions.h.

Referenced by getVFOV(), printScriptLine(), setHeight(), setVFOV(), and setWidth().

double HuginBase::PanoramaOptions::m_vfov
private

Definition at line 418 of file PanoramaOptions.h.

unsigned int HuginBase::PanoramaOptions::optimizeReferenceImage
std::vector<float> HuginBase::PanoramaOptions::outputEMoRParams

Definition at line 398 of file PanoramaOptions.h.

Referenced by HuginBase::Nona::stitchPanorama().

double HuginBase::PanoramaOptions::outputExposureValue
FileFormat HuginBase::PanoramaOptions::outputFormat
bool HuginBase::PanoramaOptions::outputHDRBlended
bool HuginBase::PanoramaOptions::outputHDRLayers
bool HuginBase::PanoramaOptions::outputHDRStacks
std::string HuginBase::PanoramaOptions::outputImageType
std::string HuginBase::PanoramaOptions::outputImageTypeCompression
std::string HuginBase::PanoramaOptions::outputImageTypeHDR
std::string HuginBase::PanoramaOptions::outputImageTypeHDRCompression
std::string HuginBase::PanoramaOptions::outputLayersCompression

Definition at line 385 of file PanoramaOptions.h.

Referenced by HuginQueue::GetStitchingCommandQueue().

double HuginBase::PanoramaOptions::outputLayersExposureDiff
bool HuginBase::PanoramaOptions::outputLDRBlended
bool HuginBase::PanoramaOptions::outputLDRExposureBlended

< save exposure fused stacks (no exposure adjustment)

save blended exposure layers created from fused image stacks (no exposure adjustment)

Definition at line 380 of file PanoramaOptions.h.

Referenced by HuginQueue::GetStitchingCommandQueue(), main(), PanoOutputDialog::OnOk(), PanoPanel::OnOutputFilesChanged(), HuginQueue::detail::PrintDetailInfo(), SetOutputType(), PanoPanel::StackCheck(), and PanoPanel::UpdateDisplay().

bool HuginBase::PanoramaOptions::outputLDRExposureLayers
bool HuginBase::PanoramaOptions::outputLDRExposureLayersFused

save blended exposure layers which are then fused (no exposure adjustment)

Definition at line 378 of file PanoramaOptions.h.

Referenced by HuginQueue::GetStitchingCommandQueue(), main(), PanoOutputDialog::OnOk(), PanoPanel::OnOutputFilesChanged(), HuginQueue::detail::PrintDetailInfo(), SetOutputType(), and PanoPanel::UpdateDisplay().

bool HuginBase::PanoramaOptions::outputLDRExposureRemapped
bool HuginBase::PanoramaOptions::outputLDRLayers
bool HuginBase::PanoramaOptions::outputLDRStacks
OutputMode HuginBase::PanoramaOptions::outputMode
std::string HuginBase::PanoramaOptions::outputPixelType
double HuginBase::PanoramaOptions::outputRangeCompression
double HuginBase::PanoramaOptions::outputStacksMinOverlap
double HuginBase::PanoramaOptions::photometricHuberSigma

Definition at line 369 of file PanoramaOptions.h.

int HuginBase::PanoramaOptions::quality
Remapper HuginBase::PanoramaOptions::remapper
bool HuginBase::PanoramaOptions::remapUsingGPU
bool HuginBase::PanoramaOptions::saveCoordImgs
bool HuginBase::PanoramaOptions::tiff_saveROI
std::string HuginBase::PanoramaOptions::tiffCompression
std::string HuginBase::PanoramaOptions::verdandiOptions

The documentation for this class was generated from the following files: