Hugin trunk 0.1
Loading...
Searching...
No Matches
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

namespace  HuginBase
 mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface.
 

Functions

std::vector< UIntSetHuginBase::getHDRStacks (const PanoramaData &pano, UIntSet allImgs, PanoramaOptions opts)
 returns vector of set of output stacks
 
std::vector< UIntSetHuginBase::getExposureLayers (const PanoramaData &pano, UIntSet allImgs, PanoramaOptions opts)
 returns vector of set of output exposure layers
 
std::vector< UIntSetHuginBase::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
 
UIntSet HuginBase::getImagesinROI (const PanoramaData &pano, const UIntSet activeImages, const vigra::Rect2D panoROI)
 returns set of images which are visible in given ROI
 
std::vector< HuginBase::UIntVectorHuginBase::getSortedStacks (const HuginBase::Panorama *pano)
 returns vector of UIntVector with image numbers of each stack sorted by exposure
 
UIntVector HuginBase::getEstimatedBlendingOrder (const PanoramaData &pano, const UIntSet &images, const unsigned int referenceImage)
 returns vector of image numbers for blending in approbiate order
 

Detailed Description

implementation of functions to handle stacks and layers

Definition in file LayerStacks.cpp.