hugin_base/algorithms/panorama_makefile/PanoramaMakefileExport.cpp File Reference
#include "PanoramaMakefileExport.h"
#include <fstream>
#include <iomanip>
#include <panodata/PanoramaData.h>
#include <hugin_utils/utils.h>
#include <algorithms/nona/ComputeImageROI.h>
#include <algorithms/basic/CalculateOverlap.h>
Include dependency graph for PanoramaMakefileExport.cpp:
Function Documentation
| void checkProg |
( |
std::ostream & |
o, |
|
|
const std::string & |
progName, |
|
|
const std::string & |
progCommand |
|
) |
|
|
| IMPEX std::vector< UIntSet > HuginBase::getExposureLayers |
( |
const PanoramaData & |
pano, |
|
|
UIntSet |
allImgs |
|
) |
|
|
| IMPEX std::vector< UIntSet > HuginBase::getHDRStacks |
( |
const PanoramaData & |
pano, |
|
|
UIntSet |
allImgs |
|
) |
|
|
| IMPEX UIntSet HuginBase::getImagesinROI |
( |
const PanoramaData & |
pano, |
|
|
const UIntSet |
activeImages |
|
) |
|
|