|
Hugintrunk
0.1
|
implementation of functions to handle stacks and layers More...
#include "LayerStacks.h"#include <panodata/PanoramaData.h>#include <panodata/StandardImageVariableGroups.h>#include <algorithms/basic/CalculateOverlap.h>#include <algorithms/optimizer/ImageGraph.h>#include <algorithms/nona/ComputeImageROI.h>
Go to the source code of this file.
Classes | |
| struct | HuginBase::SortVectorByExposure |
| class | HuginBase::GraphVisitor |
Namespaces | |
| HuginBase | |
| mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface. | |
Functions | |
| std::vector< UIntSet > | HuginBase::getHDRStacks (const PanoramaData &pano, UIntSet allImgs, PanoramaOptions opts) |
| returns vector of set of output stacks More... | |
| std::vector< UIntSet > | HuginBase::getExposureLayers (const PanoramaData &pano, UIntSet allImgs, PanoramaOptions opts) |
| returns vector of set of output exposure layers More... | |
| std::vector< UIntSet > | HuginBase::getExposureLayers (const PanoramaData &pano, UIntSet allImgs, const double maxEVDiff) |
| UIntSet | HuginBase::getImagesinROI (const PanoramaData &pano, const UIntSet activeImages) |
| returns set of images which are visible in output ROI More... | |
| UIntSet | HuginBase::getImagesinROI (const PanoramaData &pano, const UIntSet activeImages, const vigra::Rect2D panoROI) |
| returns set of images which are visible in given ROI More... | |
| std::vector < HuginBase::UIntVector > | HuginBase::getSortedStacks (const HuginBase::Panorama *pano) |
| returns vector of UIntVector with image numbers of each stack sorted by exposure More... | |
| UIntVector | HuginBase::getEstimatedBlendingOrder (const PanoramaData &pano, const UIntSet &images, const unsigned int referenceImage) |
| returns vector of image numbers for blending in approbiate order More... | |
implementation of functions to handle stacks and layers
Definition in file LayerStacks.cpp.
1.8.5