Hugin trunk 0.1
Loading...
Searching...
No Matches
Functions
Main.cpp File Reference
#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>
Include dependency graph for Main.cpp:

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[])
 

Function Documentation

◆ generateMaskName()

std::string generateMaskName ( std::string  imagefile,
std::string  mask_format 
)

Definition at line 150 of file Main.cpp.

Referenced by main().

◆ loadAndConvertImage()

vigra::UInt16RGBImage loadAndConvertImage ( std::string  imagefile)

Definition at line 61 of file Main.cpp.

References HuginBase::Color::ApplyICCProfile(), celeste::convertToUInt16(), and vigra::importImageAlpha().

Referenced by main().

◆ main()

int main ( int  argc,
char argv[] 
)

◆ usage()

static void usage ( )
static

Definition at line 32 of file Main.cpp.

References hugin_utils::GetHuginVersion().

Referenced by main(), and main().