28#include "wx/msw/wrapwin.h"
31#include <wx/arrimpl.cpp>
74 return _(
"In progress");
80 return _(
"File missing");
133 if(file.FileExists())
WX_DEFINE_OBJARRAY(ProjectArray)
Batch processor for Hugin.
Memento class for a Panorama object.
bool loadPTScript(std::istream &i, int &ptoVersion, const std::string &prefix="")
load a Hugin file
std::string enblendOptions
std::string enfuseOptions
const PanoramaOptions & getOptions() const
returns the options for this panorama
void setMemento(const PanoramaMemento &memento)
set the internal state
std::size_t getNrOfCtrlPoints() const
number of control points
void setOptions(const PanoramaOptions &opt)
set new output settings This is not used directly for optimizing/stiching, but it can be feed into ru...
std::size_t getNrOfImages() const
number of images.
wxString userDefindSequence
Project(wxString pth, wxString pfx, wxString newUserDefinedSequence=wxEmptyString, Project::Target newTarget=STITCHING)
HuginBase::PanoramaOptions options
HuginBase::PanoramaOptions ReadOptions(wxString projectFile)
wxString getDefaultOutputName(const wxString projectname, const HuginBase::Panorama &pano, const wxString filenameTemplate)
gets the default output prefix, based on filename and images in project the setting is read from the ...
functions for interaction with the hugin configuration file
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.