36#include "pano13/queryfeature.h"
42#include <exiv2/exiv2.hpp>
46#include "vigra/config.hxx"
47#include "hugin_config.h"
51 wxXmlResource::Get()->LoadDialog(
this,
parent,
"about_dlg");
97 text =
text +
"\n" + wxString::Format(
_(
"Architecture: %s"),
is64.c_str());
103 text =
text +
"\n" + wxString::Format(
_(
"Active Codepage: %u"),
cp);
107 text =
text +
" (Central European Windows)";
110 text =
text +
" (Cyrillic Windows)";
113 text =
text +
" (Western European Windows)";
131 text =
text +
" (Vietnamese Windows)";
140 text =
text +
"\n" +
_(
"Multi-threading using C++11 std::thread and OpenMP");
147 text =
text +
"\nwxWidgets: " + info.GetVersionString();
148 if(info.HasDescription())
150 text =
text +
"\n" + info.GetDescription();
Definition of dialog for numeric transforms.
wxString GetDataPath()
return path to data directory, it depends on operating system
class to access Hugins camera and lens database
AboutDialog(wxWindow *parent)
Constructor, read from xrc ressource.
void GetSystemInformation(wxFont *font)
retrieves the system information
static LensDB & GetSingleton()
returns the static LensDB instance
const wxString & GetXRCPath()
return the current xrc path
static huginApp * Get()
hack.. kind of a pseudo singleton...
std::string GetHuginVersion()
return a string with version numbers
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.