hugin_base/nona/Stitcher.cpp File Reference
Contains various routines used for stitching panoramas. More...
#include "Stitcher.h"
#include <vigra/stdimage.hxx>
Include dependency graph for Stitcher.cpp:

Namespaces | |
| namespace | HuginBase |
| namespace | HuginBase::Nona |
Functions | |
| void | estimateBlendingOrder (const PanoramaData &pano, UIntSet images, vector< unsigned int > &blendOrder) |
| determine blending order (starting with image 0), and continue to stitch the image with the biggest overlap area with the real image.. | |
| void | stitchPanorama (const PanoramaData &pano, const PanoramaOptions &opt, AppBase::MultiProgressDisplay &progress, const std::string &basename, const UIntSet &usedImgs) |
| stitch a panorama | |
Detailed Description
Contains various routines used for stitching panoramas.
- Author:
- Pablo d'Angelo <pablo.dangelo@web.de>
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Function Documentation
|
||||||||||||||||
|
determine blending order (starting with image 0), and continue to stitch the image with the biggest overlap area with the real image.. do everything on a low res version of the masks |
|
||||||||||||||||||||||||
|
stitch a panorama This function delegates all the work to the other functions Due to the compile memory requirements of the instantiated templates ( > 1GB, for all pixel types), the instatiations are divided into 4 separate cpp files |
1.3.9.1