Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
ComputeImageROI.cpp File Reference
#include "ComputeImageROI.h"
#include <algorithm>
#include <nona/RemappedPanoImage.h>
Include dependency graph for ComputeImageROI.cpp:

Go to the source code of this file.

Namespaces

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

Functions

template<class TRANSFORM >
void HuginBase::estimateImageAlpha (const SrcPanoImage &src, const PanoramaOptions &dest, TRANSFORM &transf, vigra::Rect2D &imgRect, vigra::BImage &alpha, double &scale, double maxLength=180.0)
 calculate the outline of the image More...
 
template<class TRANSFORM >
void HuginBase::estimateImageRect (const SrcPanoImage &src, const PanoramaOptions &dest, TRANSFORM &transf, vigra::Rect2D &imgRect, double maxLength=180.0)
 calculate the outline of the image More...
 
vigra::Rect2D HuginBase::estimateOutputROI (const PanoramaData &pano, const PanoramaOptions &opts, unsigned i, const double maxLength)