Hugin trunk 0.1
Loading...
Searching...
No Matches
NonaFileStitcher.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
31#ifndef _NONAFILESTITCHER_H
32#define _NONAFILESTITCHER_H
33
34#include <hugin_shared.h>
37
38namespace HuginBase {
39
40
45 {
46
47 public:
57
60
61
62 protected:
64 virtual bool runStitcher(); // uses Nona::stitchPanorama()
65
66 private:
68 };
69
70
71}
72
73#endif //_H
Helper class for storing different options.
This class will use the stitchPanorama function of nona.
NonaFileOutputStitcher(PanoramaData &panoramaData, AppBase::ProgressDisplay *progressDisplay, const PanoramaOptions &options, const UIntSet &usedImages, const String &filename, const Nona::AdvancedOptions &advOptions)
Model for a panorama.
Panorama image options.
#define IMPEX
std::map< std::string, std::string > AdvancedOptions
mainly consists of wrapper around the pano tools library, to assist in ressource management and to pr...
Definition wxcms.cpp:39
std::set< unsigned int > UIntSet
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.
Definition threshold.h:41