#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.
|
| namespace | HuginBase |
| | mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface.
|
| |