Hugintrunk
0.1
|
#include <fstream>
#include <sstream>
#include <string>
#include "Celeste.h"
#include <sys/stat.h>
#include "hugin_config.h"
#include <vigra_ext/impexalpha.hxx>
#include <vigra_ext/cms.h>
#include <panodata/Panorama.h>
#include <hugin_utils/utils.h>
#include <getopt.h>
Go to the source code of this file.
Functions | |
static void | usage () |
vigra::UInt16RGBImage | loadAndConvertImage (std::string imagefile) |
std::string | generateMaskName (std::string imagefile, std::string mask_format) |
int | main (int argc, char *argv[]) |
std::string generateMaskName | ( | std::string | imagefile, |
std::string | mask_format | ||
) |
vigra::UInt16RGBImage loadAndConvertImage | ( | std::string | imagefile | ) |
Definition at line 61 of file Main.cpp.
References HuginBase::Color::ApplyICCProfile(), celeste::convertToUInt16(), vigra_ext::destImage(), vigra::importImageAlpha(), and celeste::info().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 167 of file Main.cpp.
References celeste::destroySVMmodel(), hugin_utils::FileExists(), generateMaskName(), celeste::getCelesteControlPoints(), celeste::getCelesteMask(), HuginBase::Panorama::getCtrlPointsVectorForImage(), hugin_utils::GetDataDir(), hugin_utils::GetHuginVersion(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfImages(), hugin_utils::getPathPrefix(), celeste::svm_model::l, loadAndConvertImage(), celeste::loadSVMmodel(), HuginBase::Panorama::ReadPTOFile(), HuginBase::Panorama::removeCtrlPoint(), vigra_ext::srcImageRange(), hugin_utils::stripPath(), threshold(), hugin_utils::tolower(), hugin_utils::toupper(), usage(), and HuginBase::Panorama::WritePTOFile().
|
static |
Definition at line 32 of file Main.cpp.
References hugin_utils::GetHuginVersion().
Referenced by main().