Hugin trunk 0.1
Loading...
Searching...
No Matches
PanoToolsOptimizerWrapper.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
26#ifndef _PANOTOOLS_PTOPTIMISE_H
27#define _PANOTOOLS_PTOPTIMISE_H
28
30
31
32namespace HuginBase
33{
34namespace PTools
35{
36
37 /*
38 unsigned int optimize_PT(const HuginBase::Panorama & pano,
39 const PanoCommand::UIntVector &imgs,
40 const PanoCommand::OptimizeVector & optvec,
41 PanoCommand::VariableMapVector & vars,
42 PanoCommand::CPVector & cps,
43 int maxIter=1000);
44 */
45
46
58 IMPEX unsigned int optimize(PanoramaData & pano,
59 const char * script = 0);
60
61} // namespace
62} // namespace
63
64#endif // _H
#define IMPEX
unsigned int optimize(PanoramaData &pano, const char *userScript)
optimize the images imgs, for variables optvec, using vars as start.
mainly consists of wrapper around the pano tools library, to assist in ressource management and to pr...
Definition wxcms.cpp:39
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition threshold.h:41