#include "ComputeImageROI.h"#include <algorithm>#include <vigra/impex.hxx>#include <nona/RemappedPanoImage.h>Include dependency graph for ComputeImageROI.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | HuginBase |
Functions | |
| template<class TRANSFORM> | |
| void | estimateImageRect (const SrcPanoImage &src, const PanoramaOptions &dest, TRANSFORM &transf, vigra::Rect2D &imgRect) |
| calculate the outline of the image | |
| template<class TRANSFORM> | |
| void | estimateImageAlpha (const SrcPanoImage &src, const PanoramaOptions &dest, TRANSFORM &transf, vigra::Rect2D &imgRect, vigra::BImage &alpha, double &scale) |
| vigra::Rect2D | estimateOutputROI (const PanoramaData &pano, const PanoramaOptions &opts, unsigned i) |
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
calculate the outline of the image
Definition at line 238 of file ComputeImageROI.cpp. References HuginBase::Nona::estimateImageAlpha(). |
|
||||||||||||||||
1.3.9.1