Hugin trunk 0.1
Loading...
Searching...
No Matches
Functions
main.cpp File Reference
#include <iostream>
#include <vector>
#include <string>
#include "Utils.h"
#include <getopt.h>
#include "hugin_utils/stl_utils.h"
#include "PanoDetector.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void printVersion ()
 
void printUsage ()
 
bool parseOptions (int argc, char **argv, PanoDetector &ioPanoDetector)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 434 of file main.cpp.

References parseOptions(), printVersion(), threshold(), and TIMETRACE.

◆ parseOptions()

bool parseOptions ( int  argc,
char **  argv,
PanoDetector ioPanoDetector 
)

◆ printUsage()

void printUsage ( )

Definition at line 37 of file main.cpp.

References printVersion().

Referenced by parseOptions().

◆ printVersion()

void printVersion ( )

Definition at line 31 of file main.cpp.

References hugin_utils::GetHuginVersion().

Referenced by main(), parseOptions(), and printUsage().