Hugin trunk 0.1
Loading...
Searching...
No Matches
icpfind.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
2
11#include "panoinc_WX.h"
12#include <wx/cmdline.h>
13#include "CPDetectorConfig.h"
14#include <set>
15
16#ifdef __WXMAC__
17class iCPApp : public wxApp
18#else
19class iCPApp : public wxAppConsole
20#endif
21{
23 virtual int OnRun();
28private:
30 void ReadDetectorConfig();
31
38};
39
declaration of CPDetectorSetting and CPDetectorConfig classes, which are for storing and changing set...
class, which stores all settings of one cp detector
Model for a panorama.
Definition Panorama.h:153
wxString m_output
Definition icpfind.h:35
HuginBase::Panorama pano
Definition icpfind.h:37
virtual bool OnCmdLineParsed(wxCmdLineParser &parser)
processes the command line parameters
Definition icpfind.cpp:82
virtual void OnInitCmdLine(wxCmdLineParser &parser)
set the parameters for the command line parser
Definition icpfind.cpp:73
virtual int OnRun()
the main procedure of iCPApp
Definition icpfind.cpp:108
long m_setting
Definition icpfind.h:32
long m_matches
Definition icpfind.h:33
CPDetectorSetting m_cpsetting
Definition icpfind.h:36
wxString m_input
Definition icpfind.h:34
void ReadDetectorConfig()
read the CPDetectorConfig from file/registry
Definition icpfind.cpp:45
include file for the hugin project
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