Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
vig_optimize.cpp File Reference

a simple test stitcher More...

#include <hugin_config.h>
#include <fstream>
#include <sstream>
#include <algorithms/optimizer/PhotometricOptimizer.h>
#include "ExtractPoints.h"
#include <getopt.h>
#include <hugin_basic.h>
#include <nona/Stitcher.h>
#include <tiff.h>
Include dependency graph for vig_optimize.cpp:

Go to the source code of this file.

Functions

static void usage (const char *name)
 
void loadPointsC (FILE *f, std::vector< vigra_ext::PointPairRGB > &vec)
 
void loadPoints (std::istream &i, std::vector< vigra_ext::PointPairRGB > &vec)
 
bool hasphotometricParams (HuginBase::Panorama &pano)
 
int main (int argc, char *argv[])
 

Detailed Description

a simple test stitcher

Author
Pablo d'Angelo pablo.nosp@m..dan.nosp@m.gelo@.nosp@m.web..nosp@m.de

$Id$

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, see http://www.gnu.org/licenses/.

Definition in file vig_optimize.cpp.

Function Documentation

bool hasphotometricParams ( HuginBase::Panorama pano)

Definition at line 126 of file vig_optimize.cpp.

References HuginBase::Panorama::getOptimizeVector().

Referenced by main().

void loadPoints ( std::istream &  i,
std::vector< vigra_ext::PointPairRGB > &  vec 
)
void loadPointsC ( FILE *  f,
std::vector< vigra_ext::PointPairRGB > &  vec 
)
int main ( int  argc,
char *  argv[] 
)
static void usage ( const char *  name)
static

Definition at line 39 of file vig_optimize.cpp.

References hugin_utils::GetHuginVersion().