Hugintrunk
0.1
|
implementation of CommandQueue creating for stitching engine More...
#include "base_wx/platform.h"
#include "StitchingExecutor.h"
#include <list>
#include <wx/config.h>
#include <wx/translation.h>
#include <wx/arrstr.h>
#include <wx/filefn.h>
#include <wx/txtstrm.h>
#include <wx/wfstream.h>
#include "hugin_utils/utils.h"
#include "hugin_base/panotools/PanoToolsUtils.h"
#include "hugin_base/panodata/PanoramaOptions.h"
#include "hugin_base/algorithms/basic/LayerStacks.h"
#include "base_wx/wxPlatform.h"
#include "base_wx/LensTools.h"
#include "hugin/config_defaults.h"
Go to the source code of this file.
Namespaces | |
HuginQueue | |
HuginQueue::detail | |
Functions | |
wxArrayString | HuginQueue::detail::GetNumberedFilename (const wxString &prefix, const wxString &postfix, const HuginBase::UIntSet &img) |
returns an array of filenames with numbers More... | |
void | HuginQueue::detail::AddToArray (const wxArrayString &input, wxArrayString &output) |
append all strings from input array to output array More... | |
wxString | HuginQueue::detail::GenerateFinalArgfile (const HuginBase::Panorama &pano, const wxString &projectName, const wxConfigBase *config, const HuginBase::UIntSet &images, const double exifToolVersion) |
generate the final argfile More... | |
wxString | HuginQueue::detail::PrintDetailInfo (const HuginBase::Panorama &pano, const HuginBase::PanoramaOptions &opts, const HuginBase::UIntSet &allActiveImages, const wxString &prefix, const wxString &bindir, wxConfigBase *config, double &exiftoolVersion) |
wxString | HuginQueue::detail::GetQuotedFilenamesStringForVerdandi (const wxArrayString &files, const HuginBase::Panorama &pano, const HuginBase::UIntSetVector &stacks, const int referenceImage, const bool hardSeam) |
build quoted filename list for verdandi More... | |
void | HuginQueue::detail::AddEdgeFillCommand (HuginQueue::CommandQueue *commands, const HuginBase::PanoramaOptions::EdgeFillMode &edgeFillMode, const wxString &ExePath, const wxString &inputFilename, const wxString &outputFilename, const wxString &compression) |
adds the command for the edge fill option More... | |
CommandQueue * | HuginQueue::GetStitchingCommandQueue (const HuginBase::Panorama &pano, const wxString &ExePath, const wxString &project, const wxString &prefix, wxString &statusText, wxArrayString &outputFiles, wxArrayString &tempFilesDelete, std::ostream &errStream) |
generates the command queue for stitching a pano it will also generate the necessary exiftool argfiles More... | |
bool | HuginQueue::detail::AddBlenderCommand (CommandQueue *queue, const wxString &ExePath, const wxString &prog, const int &stepNr, const wxString &arguments, const wxString &description, std::ostream &errStream) |
bool | HuginQueue::detail::ReplacePrefixPlaceholder (wxString &args, const wxString prefix) |
bool | HuginQueue::detail::ReplaceWidthHeightPlaceHolder (wxString &args, const wxString name, int value) |
CommandQueue * | HuginQueue::GetStitchingCommandQueueUserOutput (const HuginBase::Panorama &pano, const wxString &ExePath, const wxString &project, const wxString &prefix, const wxString &outputSettings, wxString &statusText, wxArrayString &outputFiles, wxArrayString &tempFilesDelete, std::ostream &errStream) |
generates the command queue for stitching a pano, the commands are parsed from the given executor output file More... | |
wxString | HuginQueue::GetQuotedFilenamesString (const wxArrayString &files) |
return a wxString with all files in files quoted More... | |
implementation of CommandQueue creating for stitching engine
Definition in file StitchingExecutor.cpp.