#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:

Go to the source code of this file.
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 | |
| void | usage (const char *name) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | g_verbose = 0 |
| const uint16_t | OTHER_GRAY = 1 |
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
Definition in file hugin_hdrmerge.cpp.
|
|
Definition at line 72 of file hugin_hdrmerge.cpp. Referenced by mergeWeightedAverage(). |
|
|
||||||||||||
|
Definition at line 207 of file hugin_hdrmerge.cpp. References cerr, cout, deghosting::Deghosting::createWeightMasks(), vigra::exportImageAlpha(), g_verbose, ImageType, mergeWeightedAverage(), reduceFilesToHDR(), vigra_ext::srcImage(), vigra_ext::srcImageRange(), usage(), and weightedAverageOfImageFiles(). |
|
||||||||||||
|
Definition at line 81 of file hugin_hdrmerge.cpp. References deghosting::BImagePtr, vigra_ext::destImage(), g_verbose, ImagePtr, ImageType, vigra::importImageAlpha(), celeste::info(), and vigra_ext::ReduceToHDRFunctor< VALUETYPE >::reset(). Referenced by main(). |
|
|
Definition at line 180 of file hugin_hdrmerge.cpp. References cerr. |
|
||||||||||||||||
|
compute output image when given source images
Definition at line 141 of file hugin_hdrmerge.cpp. References cout, vigra_ext::destImage(), g_verbose, vigra::importImageAlpha(), vigra_ext::srcImage(), and vigra_ext::srcImageRange(). Referenced by main(). |
|
|
Definition at line 75 of file hugin_hdrmerge.cpp. |
|
|
Definition at line 77 of file hugin_hdrmerge.cpp. |
1.3.9.1