tools/hugin_hdrmerge.cpp File Reference
merge images More...
#include <hugin_config.h>
#include <hugin_version.h>
#include <fstream>
#include <sstream>
#include <cmath>
#include <algorithm>
#include <boost/shared_ptr.hpp>
#include <vigra/error.hxx>
#include <vigra/functorexpression.hxx>
#include <vigra_impex/codecmanager.hxx>
#include <hugin_utils/utils.h>
#include <vigra_ext/impexalpha.hxx>
#include <vigra_ext/HDRUtils.h>
#include <vigra_ext/ReduceOpenEXR.h>
#include <unistd.h>
#include "../deghosting/deghosting.h"
#include "../deghosting/khan.h"
Include dependency graph for hugin_hdrmerge.cpp:

Typedefs | |
| typedef vigra::FRGBImage | ImageType |
| typedef boost::shared_ptr< ImageType > | ImagePtr |
Functions | |
| bool | mergeWeightedAverage (vector< string > inputFiles, FRGBImage &output) |
| bool | weightedAverageOfImageFiles (const vector< string > &inputFiles, const vector< FImagePtr > &weights, FRGBImage &output) |
| compute output image when given source images | |
| int | main (int argc, char *argv[]) |
Variables | |
| const uint16_t | OTHER_GRAY = 1 |
Detailed Description
merge images
- Author:
- Pablo d'Angelo <pablo.dangelo@web.de>
This program 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 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
Typedef Documentation
|
|
|
|
|
|
Function Documentation
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
compute output image when given source images
|
Variable Documentation
|
|
|
1.3.9.1