Hugintrunk
0.1
|
#include <ctime>
#include <hugin_shared.h>
#include <hugin_config.h>
#include <vigra/stdimage.hxx>
#include <algorithms/PanoramaAlgorithm.h>
#include <random>
#include <functional>
#include <vigra_ext/utils.h>
#include <appbase/ProgressDisplay.h>
#include <panodata/PanoramaData.h>
#include <panotools/PanoToolsInterface.h>
Go to the source code of this file.
Classes | |
class | HuginBase::LimitIntensity |
class for storing the limits of an image used by the sampler to exclude too dark or too bright pixel More... | |
class | HuginBase::PointSampler |
class | HuginBase::AllPointSampler |
class | HuginBase::RandomPointSampler |
Namespaces | |
HuginBase | |
mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface. | |
Typedefs | |
typedef std::vector < LimitIntensity > | HuginBase::LimitIntensityVector |