#include "ComputeImageROI.h"
#include <algorithm>
#include <nona/RemappedPanoImage.h>
Go to the source code of this file.
|
| | HuginBase |
| | mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface.
|
| |
|
| 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) |
| |