|
| wxArrayString | HuginQueue::detail::GetNumberedFilename (const wxString &prefix, const wxString &postfix, const HuginBase::UIntSet &img) |
| | returns an array of filenames with numbers
|
| |
| void | HuginQueue::detail::AddToArray (const wxArrayString &input, wxArrayString &output) |
| | append all strings from input array to output array
|
| |
| 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
|
| |
| 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
|
| |
| 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
|
| |
| 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
|
| |
| 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
|
| |
| wxString | HuginQueue::GetQuotedFilenamesString (const wxArrayString &files) |
| | return a wxString with all files in files quoted
|
| |
implementation of CommandQueue creating for stitching engine
- Author
- T. Modes
Definition in file StitchingExecutor.cpp.