Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
LayerStacks.cpp File Reference

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>
Include dependency graph for LayerStacks.cpp:

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...
 

Detailed Description

implementation of functions to handle stacks and layers

Definition in file LayerStacks.cpp.