Add Hugin binaries
206
App/Hugin/share/hugin/xrc/about.xrc
Normal file
@@ -0,0 +1,206 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="about_dlg">
|
||||
<title>About Hugin</title>
|
||||
<centered>1</centered>
|
||||
<size>535,535</size>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel">
|
||||
<bg>#FFFFFF</bg>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap" name="about_logo">
|
||||
<bitmap>data/splash.png</bitmap>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="about_version">
|
||||
<value>version</value>
|
||||
<bg>#FFFFFF</bg>
|
||||
<style>wxNO_BORDER|wxTE_READONLY|wxTE_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine"/>
|
||||
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook" name="about_notebook">
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="about_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="HtmlWindow" name="intro_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/intro.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>About</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="authors_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxHtmlWindow" name="about_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/about.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
</object>
|
||||
</object>
|
||||
<label>Authors</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="sponsors_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxHtmlWindow" name="sponsors_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/sponsors.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
</object>
|
||||
</object>
|
||||
<label>Sponsors</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="upstream_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="upstream_txt">
|
||||
<font>
|
||||
<size>8</size>
|
||||
<size platform="mac">10</size>
|
||||
<family>modern</family>
|
||||
</font>
|
||||
<style platform="win">wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
<style platform="unix|mac">wxTE_MULTILINE|wxTE_READONLY|wxNO_BORDER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Upstream</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="license_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="license_txt">
|
||||
<font>
|
||||
<size>8</size>
|
||||
<size platform="mac">10</size>
|
||||
<family>modern</family>
|
||||
</font>
|
||||
<style platform="win">wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
<style platform="unix|mac">wxTE_MULTILINE|wxTE_READONLY|wxNO_BORDER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>License</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>System</label>
|
||||
<object class="wxPanel" name="system_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="system_txt">
|
||||
<font>
|
||||
<size>8</size>
|
||||
<size platform="mac">10</size>
|
||||
<family>modern</family>
|
||||
</font>
|
||||
<style platform="win">wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
<style platform="unix|mac">wxTE_MULTILINE|wxTE_READONLY|wxNO_BORDER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<!-- dedication tab no longer in use
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="dedication_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="HtmlWindow" name="dedication_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/dedication.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
</object>
|
||||
</object>
|
||||
<label>Dedication</label>
|
||||
</object>
|
||||
-->
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>8</border>
|
||||
<option>1</option>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
547
App/Hugin/share/hugin/xrc/batch_frame.xrc
Normal file
@@ -0,0 +1,547 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxFrame" name="batch_frame">
|
||||
<title>Batch Processor</title>
|
||||
<centered>1</centered>
|
||||
<style>wxDEFAULT_FRAME_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxFULL_REPAINT_ON_RESIZE</style>
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="panel_main">
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="ProjectListBox" name="project_listbox">
|
||||
<style>wxLC_REPORT</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<minsize>200,100</minsize>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_addcommand">
|
||||
<label>Add application...</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_remove">
|
||||
<label>Remove completed</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_prefix">
|
||||
<label>Change prefix...</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_reset">
|
||||
<label>Reset project</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_resetall">
|
||||
<label>Reset all</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_edit">
|
||||
<label>Edit with Hugin...</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_move_up">
|
||||
<label>Move project up</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_move_down">
|
||||
<label>Move project down</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,12</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_overwrite">
|
||||
<label>Overwrite always</label>
|
||||
<tooltip>Overwrite existing image files without further notice</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_autoremove">
|
||||
<label>Remove finished project</label>
|
||||
<tooltip>Automatically remove successfully finished projects from queue</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_autostitch">
|
||||
<label>Automatic stitch after assistant</label>
|
||||
<tooltip>Automatically stitch projects after (successfully) running assistant</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>When done</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>6,-1</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="choice_end"/>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_verbose">
|
||||
<label>Verbose output</label>
|
||||
<tooltip>Show detailed output in separate window</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_savelog">
|
||||
<label>Always save log</label>
|
||||
<tooltip>Saves always the log of the stitching process. Otherwise it is only saved for failed stitches</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxDialog" name="find_pano_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook">
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_label_dir">
|
||||
<label>Directory:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="find_pano_dir"/>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_select_dir">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,2</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_subdir">
|
||||
<label>include sub-directories</label>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Naming:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="find_pano_naming">
|
||||
<content>
|
||||
<item>PanoramaXX.pto</item>
|
||||
<item>First file - last file.pto</item>
|
||||
<item>Foldername.pto</item>
|
||||
<item>Template from preferences</item>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<vgap>6</vgap>
|
||||
<hgap>12</hgap>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>-1,12</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_start_stop">
|
||||
<label>Start</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_HORIZONTAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_label"/>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Directories</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Minimum number of images:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSpinCtrl" name="find_pano_min_number_images">
|
||||
<size>80,-1</size>
|
||||
<value>2</value>
|
||||
<min>2</min>
|
||||
<max>100</max>
|
||||
<tooltip>Minimum number of images a panorama should contain</tooltip>
|
||||
</object>
|
||||
<cellpos>0,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Maximum time difference:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxSpinCtrl" name="find_pano_max_time_diff">
|
||||
<size>80,-1</size>
|
||||
<value>30</value>
|
||||
<min>1</min>
|
||||
<max>3600</max>
|
||||
<tooltip>Maximal time difference in seconds between two consecutive images belonging to one panorama</tooltip>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">s</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Stacks:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_create_links">
|
||||
<label>Create links</label>
|
||||
<tooltip>Check if the stacks were shot on a tripod</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens database:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>3,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_load_distortion">
|
||||
<label>Load distortion data</label>
|
||||
<tooltip>Tries to load distortion data from lens database if checked</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>3,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_load_vignetting">
|
||||
<label>Load vignetting data</label>
|
||||
<tooltip>Tries to load vignetting data from lens database if checked</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>4,1</cellpos>
|
||||
</object>
|
||||
<vgap>6</vgap>
|
||||
<hgap>12</hgap>
|
||||
<growablecols>1</growablecols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Blender:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>5,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="find_pano_default_blender">
|
||||
<content>
|
||||
<item/>
|
||||
</content>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>5,1</cellpos>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Options</label>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxADJUST_MINSIZE</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<label>Found panoramas</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSplitterWindow" name="find_pano_splitter">
|
||||
<object class="wxCheckListBox" name="find_pano_list">
|
||||
<size>200,-1</size>
|
||||
<style>wxLB_SINGLE|wxLB_HSCROLL|wxLB_NEEDED_SB</style>
|
||||
</object>
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Camera:</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_cam"/>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens:</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_lens"/>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length:</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_focallength"/>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Start date (duration):</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_date_time"/>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>4</rows>
|
||||
<hgap>5</hgap>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListCtrl" name="find_pano_selected_thumbslist">
|
||||
<style>wxLC_ICON|wxLC_AUTOARRANGE|wxLC_SINGLE_SEL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orientation>vertical</orientation>
|
||||
<style>wxSP_NOBORDER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="spacer">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_add_queue">
|
||||
<label>Send selected panoramas to queue</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="spacer">
|
||||
<size>0,0</size>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_close">
|
||||
<label>Close</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Searching panoramas</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxSYSTEM_MENU|wxRESIZE_BORDER|wxCLOSE_BOX</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="failed_project_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSplitterWindow" name="failed_splitter">
|
||||
<object class="wxPanel">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<label>Failed projects</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListBox" name="failed_list">
|
||||
<content/>
|
||||
<style>wxLB_SINGLE</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxPanel">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<label>Output</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="failed_log">
|
||||
<style>wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orientation>vertical</orientation>
|
||||
<style>wxSP_NOBORDER|wxSP_NO_XP_THEME</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>&Close</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Status report</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxSYSTEM_MENU|wxRESIZE_BORDER|wxCLOSE_BOX</style>
|
||||
</object>
|
||||
</resource>
|
||||
64
App/Hugin/share/hugin/xrc/batch_menu.xrc
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxMenuBar" name="batch_menu">
|
||||
<object class="wxMenu" name="file_menu">
|
||||
<label>&File</label>
|
||||
<object class="wxMenuItem" name="menu_add">
|
||||
<label>Add project to stitching &queue...</label>
|
||||
<help>Adds a project to the stitching queue</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_add_assistant">
|
||||
<label>Add project to &assistant queue...</label>
|
||||
<help>Adds a project to the assistant queue</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_remove">
|
||||
<label>&Remove project</label>
|
||||
<help>Removes selected project from the batch list</help>
|
||||
</object>
|
||||
<object class="wxMenu" name="search_dir_menu">
|
||||
<object class="wxMenuItem" name="menu_adddir">
|
||||
<label>&Project files...</label>
|
||||
<help>Appends all project files from a directory and subdirectories</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_searchpano">
|
||||
<label>&Images...</label>
|
||||
<help>Searches in directories for image files suitable for panoramas</help>
|
||||
</object>
|
||||
<label>Search &directory for...</label>
|
||||
<help>Searches in directories for existing projects or for images</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="menu_open">
|
||||
<label>&Open batch</label>
|
||||
<help>Opens a batch file with a list of projects</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_save">
|
||||
<label>&Save batch</label>
|
||||
<help>Saves a batch file with a list of projects</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_clear">
|
||||
<label>&Clear batch</label>
|
||||
<help>Clears the batch list</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="menu_tray">
|
||||
<label>&Minimize to tray</label>
|
||||
<checkable>1</checkable>
|
||||
<enabled>0</enabled>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="menu_exit">
|
||||
<label>&Quit</label>
|
||||
<help>Exit program</help>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxMenu" name="help_menu">
|
||||
<label>&Help</label>
|
||||
<object class="wxMenuItem" name="menu_help">
|
||||
<label>Batch Stitcher &help</label>
|
||||
<accel>F1</accel>
|
||||
<help>Open Batch Stitcher help</help>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
69
App/Hugin/share/hugin/xrc/batch_toolbar.xrc
Normal file
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxToolBar" name="batch_toolbar">
|
||||
<style>wxTB_FLAT</style>
|
||||
<object class="tool" name="tool_clear">
|
||||
<bitmap>data/filenew.png</bitmap>
|
||||
<tooltip>Clear batch</tooltip>
|
||||
<longhelp>Clears the batch list</longhelp>
|
||||
<label>clear</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_open">
|
||||
<bitmap>data/fileopen.png</bitmap>
|
||||
<tooltip>Open batch</tooltip>
|
||||
<longhelp>Opens a batch file with a list of projects</longhelp>
|
||||
<label>open</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_save">
|
||||
<bitmap>data/filesave.png</bitmap>
|
||||
<tooltip>Save batch</tooltip>
|
||||
<longhelp>Saves a batch file with a list of projects</longhelp>
|
||||
<label>save</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="tool_start">
|
||||
<bitmap>data/start.png</bitmap>
|
||||
<tooltip>Start batch</tooltip>
|
||||
<longhelp>Starts batch execution</longhelp>
|
||||
<label>start</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_skip">
|
||||
<bitmap>data/skip.png</bitmap>
|
||||
<tooltip>Skip project(s)</tooltip>
|
||||
<longhelp>Skips execution of currently running project(s)</longhelp>
|
||||
<label>skip</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_pause">
|
||||
<bitmap>data/pause.png</bitmap>
|
||||
<toggle>1</toggle>
|
||||
<tooltip>Pause batch</tooltip>
|
||||
<longhelp>Pauses batch execution</longhelp>
|
||||
<label>pause</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_cancel">
|
||||
<bitmap>data/stop.png</bitmap>
|
||||
<tooltip>Cancel batch</tooltip>
|
||||
<longhelp>Cancels batch execution</longhelp>
|
||||
<label>cancel</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="tool_add">
|
||||
<bitmap>data/add_project.png</bitmap>
|
||||
<tooltip>Add project(s)</tooltip>
|
||||
<longhelp>Appends project file(s) to the batch list</longhelp>
|
||||
<label>add</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_remove">
|
||||
<bitmap>data/remove_project.png</bitmap>
|
||||
<tooltip>Remove project</tooltip>
|
||||
<longhelp>Removes selected project from the batch list</longhelp>
|
||||
<label>remove</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_adddir">
|
||||
<bitmap>data/add_projects.png</bitmap>
|
||||
<tooltip>Search directory</tooltip>
|
||||
<longhelp>Appends all project files from a directory and subdirectories</longhelp>
|
||||
<label>adddir</label>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
346
App/Hugin/share/hugin/xrc/cp_editor_panel.xrc
Normal file
@@ -0,0 +1,346 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxPanel" name="cp_editor_panel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxScrolledWindow" name="cp_controls_panel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="cp_editor_split_img_left">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImagesComboBox" name="cp_editor_left_choice">
|
||||
<content/>
|
||||
<style>wxCB_READONLY</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxADJUST_MINSIZE</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBitmapButton" name="cp_editor_previous_img">
|
||||
<bitmap stock_id="wxART_GO_BACK"></bitmap>
|
||||
<tooltip>previous image pair</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImageCtrl" name="cp_editor_left_img"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
<minsize>300,150</minsize>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="cp_editor_split_img_right">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBitmapButton" name="cp_editor_next_img">
|
||||
<bitmap stock_id="wxART_GO_FORWARD"></bitmap>
|
||||
<tooltip>next image pair</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImagesComboBox" name="cp_editor_right_choice">
|
||||
<content/>
|
||||
<style>wxCB_READONLY</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxADJUST_MINSIZE</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImageCtrl" name="cp_editor_right_img"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
<minsize>300,150</minsize>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListCtrl" name="cp_editor_cp_list">
|
||||
<style>wxLC_REPORT|wxLC_SINGLE_SEL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_x1">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">y:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_y1">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_x2">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">y:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_y2">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>mode:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="cp_editor_mode">
|
||||
<size>100,-1</size>
|
||||
<content>
|
||||
<item>normal</item>
|
||||
<item>vertical line</item>
|
||||
<item>horizontal line</item>
|
||||
</content>
|
||||
</object>
|
||||
<option>2</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Zoom:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<object class="wxChoice" name="cp_editor_choice_zoom">
|
||||
<content>
|
||||
<item translate="0">100%</item>
|
||||
<item>fit to window</item>
|
||||
<item translate="0">200%</item>
|
||||
<item translate="0">150%</item>
|
||||
<item translate="0">75%</item>
|
||||
<item translate="0">50%</item>
|
||||
<item translate="0">25%</item>
|
||||
</content>
|
||||
<selection>1</selection>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_finetune_button">
|
||||
<label>Fine-tune</label>
|
||||
<tooltip>Tries to optimize the currently active point</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_action_button">
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_fine_tune_check">
|
||||
<label>auto fine-&tune</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_auto_add">
|
||||
<label>auto add</label>
|
||||
<tooltip>immediately add control point when selecting a second point</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_auto_estimate">
|
||||
<label>auto-estimate</label>
|
||||
<tooltip>tries to estimate the shift between the images and use it while placing control points</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_show_lines">
|
||||
<label>draw line cp</label>
|
||||
<tooltip>show line cp as a separate line</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_delete">
|
||||
<label>&Delete</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_add">
|
||||
<label>&Add</label>
|
||||
<tooltip>add a new Point</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL|wxWANTS_CHARS</style>
|
||||
</object>
|
||||
<object class="wxMenu" name="cp_menu_action">
|
||||
<object class="wxMenuItem" name="cp_menu_create_cp">
|
||||
<label>Create control points</label>
|
||||
<help>Create control points for current image pair</help>
|
||||
<radio>1</radio>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="cp_menu_celeste">
|
||||
<label>Celeste</label>
|
||||
<help>Remove control points in clouds</help>
|
||||
<radio>1</radio>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="cp_menu_clean_cp">
|
||||
<label>Clean control points</label>
|
||||
<radio>1</radio>
|
||||
<help>Remove worst control points</help>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
32
App/Hugin/share/hugin/xrc/cp_list_frame.xrc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxFrame" name="cp_list_frame">
|
||||
<title>Control Points</title>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="CPListCtrl" name="cp_list_frame_list">
|
||||
<style>wxLC_REPORT|wxLC_VIRTUAL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_list_delete">
|
||||
<label>Delete</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_list_select">
|
||||
<label>Select by Distance</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxDEFAULT_FRAME_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxFRAME_NO_TASKBAR|wxFRAME_FLOAT_ON_PARENT</style>
|
||||
</object>
|
||||
</resource>
|
||||
345
App/Hugin/share/hugin/xrc/cpdetector_dialog.xrc
Normal file
@@ -0,0 +1,345 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="cpdetector_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>2</cols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Description:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_desc"/>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Type:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="prefs_cpdetector_type">
|
||||
<content>
|
||||
<item translate="0">Autopano (by A. Jenny)</item>
|
||||
<item>All images at once</item>
|
||||
<item>Panorama with stacks</item>
|
||||
<item>Multi-row panorama</item>
|
||||
<item>Multi-row panorama with stacks</item>
|
||||
<item>Prealigned panorama</item>
|
||||
</content>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook" name="notebook_detector">
|
||||
<object class="notebookpage">
|
||||
<label>Detector</label>
|
||||
<object class="wxPanel" name="panel_detector">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoicebook" name="choicebook_steps">
|
||||
<object class="choicebookpage">
|
||||
<label>One step detector</label>
|
||||
<object class="wxPanel">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>2</cols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Program:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<growablecols>1</growablecols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="prefs_cpdetector_args_label_cleanup">
|
||||
<label>Cleanup arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_cleanup"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="choicebookpage">
|
||||
<label>Two step detector</label>
|
||||
<object class="wxPanel">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>2</cols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Feature descriptor:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program_descriptor"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_descriptor_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_descriptor"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<growablecols>1</growablecols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Feature matcher:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program_matcher"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_matcher_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_matcher"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Detector for stacks</label>
|
||||
<object class="wxPanel" name="panel_stack">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Leave empty when no control point detector should run on stacks.</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Program:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program_stack"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_stack_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_stack"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Advanced option</label>
|
||||
<object class="wxPanel" name="panel_option">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="prefs_cpdetector_option">
|
||||
<label></label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>10</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="prefs_cpdetector_no_option">
|
||||
<label>This setting has no advanced options.</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>10</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<style></style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>The following patterns will be substituted before running:
|
||||
%o -- output project (0.oto will be appended when using Autopano)
|
||||
%p -- number of control points between each pair
|
||||
%v -- HFOV of first image
|
||||
%f -- projection of first image (0-4, as in panotools)
|
||||
%i -- image files
|
||||
%namefile -- file that contains image filenames
|
||||
%s -- input panotools script
|
||||
%k -- intermediate key file(s)</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxADJUST_MINSIZE</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Parameters for Control Point Detectors</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxRESIZE_BORDER|wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
</resource>
|
||||
339
App/Hugin/share/hugin/xrc/data/COPYING.txt
Normal file
@@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
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 program 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 program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
||||
21
App/Hugin/share/hugin/xrc/data/about.htm
Normal file
BIN
App/Hugin/share/hugin/xrc/data/add_project.png
Normal file
|
After Width: | Height: | Size: 383 B |
BIN
App/Hugin/share/hugin/xrc/data/add_projects.png
Normal file
|
After Width: | Height: | Size: 985 B |
BIN
App/Hugin/share/hugin/xrc/data/autocrop_tool.png
Normal file
|
After Width: | Height: | Size: 720 B |
BIN
App/Hugin/share/hugin/xrc/data/center_pano.png
Normal file
|
After Width: | Height: | Size: 527 B |
BIN
App/Hugin/share/hugin/xrc/data/crop_tool.png
Normal file
|
After Width: | Height: | Size: 466 B |
BIN
App/Hugin/share/hugin/xrc/data/crop_tool_small.png
Normal file
|
After Width: | Height: | Size: 738 B |
BIN
App/Hugin/share/hugin/xrc/data/cursor_cp_pick.cur
Normal file
|
After Width: | Height: | Size: 326 B |
23
App/Hugin/share/hugin/xrc/data/dedication.htm
Normal file
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Dedication</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>
|
||||
This is a place holder for the dedication of this edition of</p>
|
||||
<center>
|
||||
<p>
|
||||
<font size= +1>
|
||||
Hugin
|
||||
</font>
|
||||
</p>
|
||||
<p>2011.0, planned for sometimes in April 2011
|
||||
</p>
|
||||
</center>
|
||||
<p>Edit this file as a normal HTML file.
|
||||
</p>
|
||||
<p>URLs in this document should open in the system browser. Try <a href="http://hugin.sourceforge.net/">this</a>.
|
||||
</p>
|
||||
<p><b>TODO: substitute hard coded html file reference with a localized one.</p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
App/Hugin/share/hugin/xrc/data/drag_tool.png
Normal file
|
After Width: | Height: | Size: 463 B |
BIN
App/Hugin/share/hugin/xrc/data/drag_tool_small.png
Normal file
|
After Width: | Height: | Size: 710 B |
BIN
App/Hugin/share/hugin/xrc/data/druid.control.128.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.images.128.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.lenses.128.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.optimize.128.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.stitch.128.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
App/Hugin/share/hugin/xrc/data/edit_add.png
Normal file
|
After Width: | Height: | Size: 564 B |
BIN
App/Hugin/share/hugin/xrc/data/filenew.png
Normal file
|
After Width: | Height: | Size: 423 B |
BIN
App/Hugin/share/hugin/xrc/data/fileopen.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
App/Hugin/share/hugin/xrc/data/filesave.png
Normal file
|
After Width: | Height: | Size: 511 B |
BIN
App/Hugin/share/hugin/xrc/data/filesaveas.png
Normal file
|
After Width: | Height: | Size: 739 B |
BIN
App/Hugin/share/hugin/xrc/data/fit_pano.png
Normal file
|
After Width: | Height: | Size: 635 B |
BIN
App/Hugin/share/hugin/xrc/data/gl_preview.png
Normal file
|
After Width: | Height: | Size: 505 B |
BIN
App/Hugin/share/hugin/xrc/data/gl_preview_small.png
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
App/Hugin/share/hugin/xrc/data/hugin.ico
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
App/Hugin/share/hugin/xrc/data/hugin.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
App/Hugin/share/hugin/xrc/data/hugin_help_en_EN.chm
Normal file
BIN
App/Hugin/share/hugin/xrc/data/hugin_small.png
Normal file
|
After Width: | Height: | Size: 741 B |
BIN
App/Hugin/share/hugin/xrc/data/identify_tool.png
Normal file
|
After Width: | Height: | Size: 359 B |
BIN
App/Hugin/share/hugin/xrc/data/identify_tool_small.png
Normal file
|
After Width: | Height: | Size: 717 B |
BIN
App/Hugin/share/hugin/xrc/data/info.png
Normal file
|
After Width: | Height: | Size: 998 B |
20
App/Hugin/share/hugin/xrc/data/intro.htm
Normal file
@@ -0,0 +1,20 @@
|
||||
<p>Hugin was originally developed by Pablo d'Angelo.
|
||||
<br/>
|
||||
© 2004-2022
|
||||
</p><p>
|
||||
By setting his original software Free under the GPL, Pablo started
|
||||
what has become a thriving community and a project larger than any
|
||||
one single individual could have ever done alone.
|
||||
</p><p>
|
||||
Hugin is a versatile perspective manipulation programs suite for
|
||||
the discerning user's panorama workflow and more.
|
||||
</p><p>
|
||||
Align images in geometrical and photometric space and merge them
|
||||
into images that can't be captured with a single shot.
|
||||
</p><p>
|
||||
Applications range from the simple stitching of two images
|
||||
into a panorama, up to giga pixel panoramas, high dynamic range
|
||||
(HDR) composites, exposure blending, focus stacking and more.
|
||||
</p><p>
|
||||
<a href="http://groups.google.com/group/hugin-ptx/">join us!</a>
|
||||
</p>
|
||||
69
App/Hugin/share/hugin/xrc/data/keyboard_pl.html
Normal file
@@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">
|
||||
<title>hugin - Klawisze skrótów</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>hugin - Klawisze skrótów</h1>
|
||||
|
||||
<p>
|
||||
Niektóre części programu, czególnie panel punktów kontrolnych, mogą być
|
||||
używane efektywnie tylko z użyciem klawiszy skrótów lub przycisków myszy
|
||||
</p>
|
||||
|
||||
<h2>Panel puktów kontrolny</h2>
|
||||
|
||||
<p>
|
||||
<table>
|
||||
<tr> <th> Klawisz </th> <th> Funkcja </th> </tr>
|
||||
<tr> <td> a </td> <td> dodaj nowy punkt wybrany na obu zdjęciach images, podczas gdy <b>auto dodaj</b> jest wyłączone. </td> </tr>
|
||||
<tr> <td> klawisze kursorów </td> <td> przewiń zdjęcie pod kurorem myszki </td> </tr>
|
||||
<tr> <td> shift + klawisze kursorów </td> <td> przewijaj oba zdjęcia naraz </td> </tr>
|
||||
<tr> <td> f </td> <td> dostroj obecnie wybraną parę punktów kontrolnych. To samo co przycisk <b>Dostroj</b> </td> </tr>
|
||||
<tr> <td> Del </td> <td> Usuń obecnie wybrany punkt kontrolny. </td> </tr>
|
||||
<tr> <td> 0 </td> <td> Pomniejsz do pełnego widoku. </td> </tr>
|
||||
<tr> <td> 1 </td> <td> Widok 100%. </td> </tr>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<table>
|
||||
<tr> <th> Funkcja myszy </th> <th> Funkcja </th> </tr>
|
||||
<tr>
|
||||
<td> klawisz control + ruch myszką </td>
|
||||
<td> Przewiń zdjęcie pod kursorem </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> klawisz shift + ruch myszy </td>
|
||||
<td> Przewiń oba zdjęcia </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> lewy przycisk </td>
|
||||
<td> Użyj lewego przycisku myszki aby wybrać nowe lub przesunąć
|
||||
istniejące punkty.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> prawy przycis myszki </td>
|
||||
<td> Dodaj punkt kontrolny, jeśli <b>auto dodaj</b> jest wyłączone </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> środkowy przycisk myszki </td>
|
||||
<td> Przewiń zdjęcie pod kursorem </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> shift + środkowy przycisk myszki </td>
|
||||
<td> Przewiń oba zdjęcia </td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
Aby uzyskać dalsze informacje, zobacz stronę domową projektu hugin <a href="http://hugin.sourceforge.net/">http://hugin.sourceforge.net/</a>. <br>
|
||||
|
||||
Ten dokument został napisany przez Pablo d'Angelo <a href="mailto:pablo.dangelo@web.de"><pablo.dangelo@web.de></a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
App/Hugin/share/hugin/xrc/data/list.png
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
App/Hugin/share/hugin/xrc/data/logo.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
App/Hugin/share/hugin/xrc/data/number1.png
Normal file
|
After Width: | Height: | Size: 805 B |
BIN
App/Hugin/share/hugin/xrc/data/number2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
App/Hugin/share/hugin/xrc/data/number3.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
App/Hugin/share/hugin/xrc/data/optimize.png
Normal file
|
After Width: | Height: | Size: 526 B |
BIN
App/Hugin/share/hugin/xrc/data/output_blended_fused.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
App/Hugin/share/hugin/xrc/data/output_fused_blended.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
App/Hugin/share/hugin/xrc/data/output_hdr.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
App/Hugin/share/hugin/xrc/data/output_normal.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
App/Hugin/share/hugin/xrc/data/pause.png
Normal file
|
After Width: | Height: | Size: 452 B |
BIN
App/Hugin/share/hugin/xrc/data/photometric.png
Normal file
|
After Width: | Height: | Size: 535 B |
BIN
App/Hugin/share/hugin/xrc/data/preview.png
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_auto_update.png
Normal file
|
After Width: | Height: | Size: 662 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_control_point_tool.png
Normal file
|
After Width: | Height: | Size: 737 B |
|
After Width: | Height: | Size: 659 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_layout.png
Normal file
|
After Width: | Height: | Size: 648 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_layout_small.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
App/Hugin/share/hugin/xrc/data/preview_num_transform.png
Normal file
|
After Width: | Height: | Size: 1017 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_show_all.png
Normal file
|
After Width: | Height: | Size: 350 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_show_none.png
Normal file
|
After Width: | Height: | Size: 210 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_white_balance.png
Normal file
|
After Width: | Height: | Size: 767 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_white_balance_small.png
Normal file
|
After Width: | Height: | Size: 630 B |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher.ico
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_pause.ico
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_pause.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_running.ico
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_running.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
App/Hugin/share/hugin/xrc/data/pto_icon.ico
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
App/Hugin/share/hugin/xrc/data/pto_icon.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
App/Hugin/share/hugin/xrc/data/redo.png
Normal file
|
After Width: | Height: | Size: 791 B |
BIN
App/Hugin/share/hugin/xrc/data/reload.png
Normal file
|
After Width: | Height: | Size: 509 B |
BIN
App/Hugin/share/hugin/xrc/data/remove_project.png
Normal file
|
After Width: | Height: | Size: 330 B |
BIN
App/Hugin/share/hugin/xrc/data/skip.png
Normal file
|
After Width: | Height: | Size: 878 B |
BIN
App/Hugin/share/hugin/xrc/data/splash.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
25
App/Hugin/share/hugin/xrc/data/sponsors.htm
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Hugin Sponsors</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<font size=-1>
|
||||
<p>
|
||||
This edition of Hugin is brought to you by all of our past and present contributors, too many to list here.
|
||||
</p>
|
||||
<p>
|
||||
<b>Thanks to our major sponsors:</b>
|
||||
</p>
|
||||
<ul>
|
||||
<li>Google for the Google Summer of Code 2007, 2008, 2009, 2010, 2011.</li>
|
||||
<li>Agnos for providing pano heads to the Hugin GSoC 2007 participants.</li>
|
||||
<li>Nodal Ninja for providing pano heads to the Hugin GSoC 2008 and 2009 participants.</li>
|
||||
<li>Last but not least the many members of the Hugin-PTX mailing list.</li>
|
||||
</ul>
|
||||
<p>
|
||||
<font size=-1>Hugin uses the EMoR response model from the Computer Vision Lab at Columbia University.<br>
|
||||
The GUI layout is in part based on an interface design by Joost Nieuwenhuijse.</font>
|
||||
</p>
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
||||
BIN
App/Hugin/share/hugin/xrc/data/start.png
Normal file
|
After Width: | Height: | Size: 641 B |
BIN
App/Hugin/share/hugin/xrc/data/stop.png
Normal file
|
After Width: | Height: | Size: 420 B |
BIN
App/Hugin/share/hugin/xrc/data/straighten_pano.png
Normal file
|
After Width: | Height: | Size: 871 B |
37
App/Hugin/share/hugin/xrc/data/tips.txt
Normal file
@@ -0,0 +1,37 @@
|
||||
# Tips for hugin
|
||||
# These tips are translated via gettext.
|
||||
_("Welcome to Hugin. To create a panorama, just follow the sequence shown in the assistant tab.")
|
||||
_("If you have a folder with images from different panoramas, you can use the menu File>Search directory for...>Images in PTBatcherGUI to automatically create the appropriate project file, run the assistant and optionally stitch the final panorama.")
|
||||
_("To run the assistant on a bunch of projects use the batch processor PTBatcherGUI.")
|
||||
_("To stitch a bunch of projects use the batch processor PTBatcherGUI.")
|
||||
_("If the horizon of a panorama is wavy, use the straighten function in the preview window to straighten it")
|
||||
_("The Preview window can be used to center the panorama by clicking with the left mouse button. A right click will rotate the panorama")
|
||||
_("If you prefer to use an alternative control point detector to Hugin's built-in CPFind, settings are provided in Preferences -> Control Point Detectors. However you will still have to install those Control Point Detectors separately if you haven't already done so.")
|
||||
_("Hugin supports a number of third party control point detectors, including Autopano, Autopano-SIFT-C, and Panomatic, via a plug-in mechanism controlled in Preferences -> Control Point Detectors.")
|
||||
_("Sometimes the control point detector can not find connections between all images. In this case, control points have to be created manually, using the control points tab in the panorama editor.")
|
||||
_("To scroll both the images in the control points tab, hold the shift key while moving the mouse.")
|
||||
_("The control key or the middle mouse button can be used to pan one image in the control points tab.")
|
||||
_("Rotating the camera around the entrance pupil (sometimes also called \"nodal point\") avoids parallax errors and makes panorama creation a lot easier. The Panotools wiki <http://wiki.panotools.org/NPP> helps you to find the correct point for your lens.")
|
||||
_("Tutorials on hugin are available on http://hugin.sf.net/tutorials");
|
||||
_("If the panorama looks nice but the horizon is curved add vertical control points. See http://hugin.sf.net/tutorials for more information")
|
||||
_("Horizontal or vertical control point pairs can be set by selecting the same image on both sides of the control points tab.")
|
||||
_("Control points should be placed on static objects. Avoid placing them people, trees and other moving or deforming objects.")
|
||||
_("Images can also be added to hugin via drag and drop.")
|
||||
_("Spread control points as far as possible. Close control points do not define the relative orientation between images well.")
|
||||
_("Place control points on objects as far away from the camera as possible. They are less prone to parallax error.")
|
||||
_("The Fine Tune button can be used to find a better position for the point in the right image for an already selected point.")
|
||||
_("Editing the panorama in multiple layers with The Gimp or Photoshop offers many creative possibilities.")
|
||||
_("The PanoTools wiki at http://wiki.panotools.org offers comprehensive information about creating panoramas and other images with panotools.");
|
||||
_("The multilayer tiff file output can be read by The Gimp 2.0 or higher.")
|
||||
_("You can press the middle mouse button to pan images in the Control Points tab.")
|
||||
_("The \"f\" key is the shortcut for Fine Tune button.")
|
||||
_("Pressing \"Del\" will remove the currently selected control point.")
|
||||
_("Press \"0\" in the control points tab to zoom out to full view.")
|
||||
_("Press \"1\" in the control points tab to zoom out to 100% view.")
|
||||
_("After enblend has blended the panorama, the remapped output images (available in the same directory as the panorama image) can be used to retouch the panorama in The Gimp or Photoshop.")
|
||||
_("Hugin and other Free panoramic software is discussed on the ptx email list. http://groups.google.com/group/hugin-ptx")
|
||||
_("The Panorama Tools, on which hugin is based, were originally written by Helmut Dersch.")
|
||||
_("The precision of \"fine tuning\" control points can be improved by enabling rotation search. This is essential for fisheye and wide angle images.")
|
||||
_("Multiple images can be selected in the photo tabs in the panorama editor. Commands will act on all selected images.")
|
||||
_("Lens parameters may vary with changing focus. For best results, calibrate the parameters using know settings and reuse them later.")
|
||||
_("Optimization of all distortion parameters \"everything\" makes only sense with heavily overlapping images and many well distributed control points.")
|
||||
BIN
App/Hugin/share/hugin/xrc/data/transparent.png
Normal file
|
After Width: | Height: | Size: 462 B |
BIN
App/Hugin/share/hugin/xrc/data/undo.png
Normal file
|
After Width: | Height: | Size: 805 B |
30
App/Hugin/share/hugin/xrc/data/upstream.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
Hugin's source package also contains the following (slightly modified) libraries. The improvements have been contributed back to the upstream developers, if possible. Hugin would not have been possible without them. Many thanks.
|
||||
|
||||
levmar by Manolis Lourakis http://www.ics.forth.gr/~lourakis/levmar
|
||||
FLANN by Marius Muja and David G. Lowe, http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN (used unmodified)
|
||||
|
||||
The camera response estimation uses the EMoR response model developed at the Computer Vision Laboratory of the Columbia University. "Modeling the Space of Camera Response Functions," M.D. Grossberg and S.K. Nayar, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol.26, No.10, pp.1272-1282, Oct, 2004.
|
||||
|
||||
Hugin would not be what it is without the following packages:
|
||||
|
||||
Libpano is critically important for Hugin. Many thanks to its original developers Helmut Dersch, Rik Littlefield, Jim Watters, Fulvio Seniore, Max Lyons, Bruno Postle, and to those who continue their tradition. http://panotools.sourceforge.net/
|
||||
|
||||
Enblend-Enfuse originally by Andrew Mihal http://enblend.sourceforge.net/
|
||||
|
||||
VIGRA by Ullrich Koethe: http://ukoethe.github.io/vigra/
|
||||
|
||||
FFTW by Matteo Frigo and Steven G. Johnson: http://www.fftw.org
|
||||
|
||||
Exiv2 by Andreas Huggel: http://exiv2.org/
|
||||
|
||||
Exiftool by Phil Harvey: http://owl.phy.queensu.ca/~phil/exiftool/
|
||||
|
||||
OpenGL Extension Wrangler Library (GLEW): http://glew.sourceforge.net/
|
||||
|
||||
SQLite: http://www.sqlite.org/
|
||||
|
||||
Little CMS2 by Marti Maria: http://www.littlecms.com/
|
||||
|
||||
Many thanks to the whole Hugin-PTX mailing list, for great feedback and interesting discussions.
|
||||
|
||||
Last but not least, many thanks to Nils Lagerkvist for suggesting the program name, Hugin.
|
||||
120
App/Hugin/share/hugin/xrc/dlg_warning.xrc
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="dlg_warning_filename">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap">
|
||||
<bitmap stock_id="wxART_WARNING"/>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="dlg_warning_text"/>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListBox" name="dlg_warning_list">
|
||||
<size>-1,100</size>
|
||||
<style>wxLB_SINGLE|wxLB_HSCROLL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<title>Warning: Invalid filenames</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="dlg_warning_overwrite">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap">
|
||||
<bitmap stock_id="wxART_WARNING"/>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="dlg_warning_text">
|
||||
<label>The following files exist already.\nThey will be overwritten when running the raw import.\nDo you want to overwrite these files?</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListBox" name="dlg_overwrite_list">
|
||||
<size>-1,100</size>
|
||||
<style>wxLB_SINGLE|wxLB_HSCROLL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>Yes</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>No</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<title>Overwrite existing images</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE</style>
|
||||
</object>
|
||||
</resource>
|
||||
43
App/Hugin/share/hugin/xrc/edit_script_dialog.xrc
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="edit_script_dialog">
|
||||
<title>Edit Panorama Tools Script</title>
|
||||
<centered>1</centered>
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>This is the script which will be sent to the Panorama Tools engine. Editing these lines is an advanced technique.</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="script_edit_text">
|
||||
<style>wxTE_MULTILINE</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND|wxGROW</flag>
|
||||
<border>5</border>
|
||||
<minsize>600,300</minsize>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>Continue with these changes</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Discard changes and cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxGROW</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
</resource>
|
||||
844
App/Hugin/share/hugin/xrc/image_variable_dlg.xrc
Normal file
@@ -0,0 +1,844 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="image_variables_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook" name="image_variable_notebook">
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Yaw:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_y">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>0,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Pitch:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_p">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Roll:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_r">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_translation">
|
||||
<label>Translation parameter</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxTOP</flag>
|
||||
<border>12</border>
|
||||
<cellpos>3,0</cellpos>
|
||||
<cellspan>1,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_translation_x">
|
||||
<label translate="0">X:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>4,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_TrX">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>4,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_translation_y">
|
||||
<label translate="0">Y:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>5,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_TrY">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>5,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_translation_z">
|
||||
<label>Z:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>6,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_TrZ">
|
||||
<size>65, -1</size>
|
||||
</object>
|
||||
<cellpos>6,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_translation_Tpy">
|
||||
<label translate="0">Tpy:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>4,2</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Tpy">
|
||||
<size>65, -1</size>
|
||||
</object>
|
||||
<cellpos>4,3</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_translation_Tpp">
|
||||
<label translate="0">Tpp:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>5,2</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Tpp">
|
||||
<size>65, -1</size>
|
||||
</object>
|
||||
<cellpos>5,3</cellpos>
|
||||
</object>
|
||||
<vgap>3</vgap>
|
||||
<hgap>6</hgap>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>15</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
<label>Positions</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<cellpos>0,0</cellpos>
|
||||
<cellspan>1,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>degrees of view (v):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_v">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Radial Distortion</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxTOP</flag>
|
||||
<border>12</border>
|
||||
<cellpos>2,0</cellpos>
|
||||
<cellspan>1,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>distortion (a):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>3,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_a">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>3,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>barrel (b):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>4,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_b">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>4,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>distortion (c):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>5,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_c">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>5,1</cellpos>
|
||||
</object>
|
||||
<vgap>6</vgap>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="image_show_distortion_graph">
|
||||
<label>Show graph >></label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>6,0</cellpos>
|
||||
<cellspan>1,2</cellspan>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_VERTICAL</style>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Image Center Shift</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<cellpos>0,0</cellpos>
|
||||
<cellspan>1,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>horizontal (d):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_d">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>vertical (e):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_e">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_shear">
|
||||
<label>Image Shearing</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxTOP</flag>
|
||||
<border>12</border>
|
||||
<cellpos>3,0</cellpos>
|
||||
<cellspan>1,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_shear_g">
|
||||
<label>horizontal (g):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>4,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_g">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>4,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="image_variable_text_shear_t">
|
||||
<label>vertical (t):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>5,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_t">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
<cellpos>5,1</cellpos>
|
||||
</object>
|
||||
<vgap>6</vgap>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Lens</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Exposure and Color</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Exposure (Eev):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Eev">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Red multiplier (Er):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Er">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Blue multiplier (Eb):</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Eb">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<vgap>6</vgap>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_HORIZONTAL</style>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Vignetting</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>30,-1</size>
|
||||
<option>1</option>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="image_show_vignetting_graph">
|
||||
<label>Show graph >></label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Vb">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">* r^2 +</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxRIGHT|wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Vc">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">* r^4 +</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxRIGHT|wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Vd">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">* r^6</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxRIGHT|wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Vignetting Center Shift</label>
|
||||
</object>
|
||||
<flag>wxTOP</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x:</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxRIGHT|wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Vx">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">y:</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxRIGHT|wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Vy">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Photometrics</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Type:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>6,-1</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="image_variable_responseType">
|
||||
<content>
|
||||
<item>custom (EMoR)</item>
|
||||
<item>Linear</item>
|
||||
</content>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Parameters:</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxTOP|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Ra">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Rb">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Rc">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Rd">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="image_variable_Re">
|
||||
<size>65,-1</size>
|
||||
</object>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<vgap>5</vgap>
|
||||
<hgap>6</hgap>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="image_show_response_graph">
|
||||
<label>Show graph >></label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Camera Response</label>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_HELP">
|
||||
<label>Help</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Image variables</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="stack_size_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Images per stack:</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSpinCtrl" name="stack_size_spinctrl">
|
||||
<size>75,-1</size>
|
||||
<value>3</value>
|
||||
<min>1</min>
|
||||
<max>10</max>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="stack_size_link_checkbox">
|
||||
<label>Link position of images in each stack</label>
|
||||
<checked>1</checked>
|
||||
<tooltip>Check this option if the images were shot on a tripod.\nUncheck this option if the images in each stack need an alignment to each other.</tooltip>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<label>Image stack</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Enter image count per stack</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="image_variables_change_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Predefined setups:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="change_variable_choice"/>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="change_variable_load">
|
||||
<label>Load</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="change_variable_save">
|
||||
<label>Save</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="change_variable_delete">
|
||||
<label>Delete</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine"/>
|
||||
<flag>wxTOP|wxBOTTOM|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="change_variable_test">
|
||||
<label>Test</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="change_variable_text">
|
||||
<style>wxTE_MULTILINE|wxHSCROLL|wxTE_RICH</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Manipulate image variables</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="log_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="log_dialog_text">
|
||||
<style>wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
</resource>
|
||||
566
App/Hugin/share/hugin/xrc/images_panel.xrc
Normal file
@@ -0,0 +1,566 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxPanel" name="images_panel">
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="image_control_panel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="ImagesTreeList" name="images_tree_ctrl"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="images_mode_text">
|
||||
<style>wxALIGN_CENTRE</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Group by:</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="images_group_mode"/>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="images_text_overlap">
|
||||
<label>Minimum overlap:</label>
|
||||
<hidden>1</hidden>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="images_overlap">
|
||||
<size>65,-1</size>
|
||||
<tooltip>Minimum overlap for output stack detection\nWith -1 the assigned stacks in the project are used</tooltip>
|
||||
<enabled>0</enabled>
|
||||
<hidden>1</hidden>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_HORIZONTAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="images_text_maxev">
|
||||
<label>Maximum Ev difference:</label>
|
||||
<hidden>1</hidden>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="images_maxev">
|
||||
<size>65,-1</size>
|
||||
<tooltip>Maximum EV difference for detection of output layers</tooltip>
|
||||
<enabled>0</enabled>
|
||||
<hidden>1</hidden>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_HORIZONTAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxRadioBox" name="images_column_radiobox">
|
||||
<label>Display</label>
|
||||
<content>
|
||||
<item>General</item>
|
||||
<item>EXIF data</item>
|
||||
<item>Positions</item>
|
||||
<item>Lens parameters</item>
|
||||
<item>Photometric parameters</item>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
<style>wxRA_SPECIFY_COLS</style>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem" platform="win">
|
||||
<object class="wxStaticBitmap">
|
||||
<bitmap>data/hugin.png</bitmap>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens type</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="action_add_images">
|
||||
<label>Add images...</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens type:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="images_lens_type"/>
|
||||
<flag>wxEXPAND</flag>
|
||||
<cellpos>0,1</cellpos>
|
||||
<cellspan>0,5</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="images_focal_length">
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<minsize>60,-1</minsize>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">mm</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxRIGHT</flag>
|
||||
<border>6</border>
|
||||
<cellpos>1,2</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length multiplier:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,3</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="images_crop_factor">
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<minsize>60,-1</minsize>
|
||||
<cellpos>1,4</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,5</cellpos>
|
||||
</object>
|
||||
<vgap>3</vgap>
|
||||
<hgap>3</hgap>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="spacer">
|
||||
<size>0,20</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Feature Matching</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Settings:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="cpdetector_settings"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="images_feature_matching">
|
||||
<label>Create control points</label>
|
||||
<tooltip>Run selected control point detector on the selected images</tooltip>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<cols>3</cols>
|
||||
<vgap>0</vgap>
|
||||
<hgap>3</hgap>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="spacer">
|
||||
<size>0,20</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Optimize</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Geometric:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="images_optimize_mode">
|
||||
<content>
|
||||
<item/>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="images_optimize">
|
||||
<label>Calculate</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Photometric:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="images_photo_optimize_mode">
|
||||
<content>
|
||||
<item/>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="images_photo_optimize">
|
||||
<label>Calculate</label>
|
||||
</object>
|
||||
</object>
|
||||
<cols>3</cols>
|
||||
<vgap>3</vgap>
|
||||
<hgap>6</hgap>
|
||||
</object>
|
||||
<flag>wxLEFT|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_VERTICAL</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>10</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer" name="images_selected_image">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Selected Image</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap" name="images_selected_image"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>10,0</size>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxDialog" name="dlg_focallength">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="lensdlg_message">
|
||||
<label translate="0">a0123456789012345678901234567890123456789
|
||||
b
|
||||
c
|
||||
d
|
||||
e</label>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxADJUST_MINSIZE</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,10</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens type:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="lensdlg_type_choice">
|
||||
<content>
|
||||
<item/>
|
||||
</content>
|
||||
</object>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lensdlg_load_lens_button">
|
||||
<label>Load lens data...</label>
|
||||
<style/>
|
||||
</object>
|
||||
<flag>wxLEFT</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxLEFT|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,10</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Enter horizontal field of view (HFOV) or focal length and crop factor:</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,6</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>HFOV (v):</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lensdlg_hfov_text"/>
|
||||
<minsize>60,-1</minsize>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>degrees</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,0</size>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,0</size>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,0</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lensdlg_focallength_text"/>
|
||||
<minsize>60,-1</minsize>
|
||||
</object>
|
||||
<cols>6</cols>
|
||||
<vgap>6</vgap>
|
||||
<hgap>6</hgap>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">mm</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length multiplier:</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>20</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lensdlg_cropfactor_text"/>
|
||||
<minsize>60,-1</minsize>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxLEFT|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,6</size>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>10</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Camera and Lens data</title>
|
||||
<style>wxCAPTION|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
</resource>
|
||||
162
App/Hugin/share/hugin/xrc/import_raw_dialog.xrc
Normal file
@@ -0,0 +1,162 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource version="2.5.3.0" xmlns="http://www.wxwidgets.org/wxxrc">
|
||||
<object class="wxDialog" name="import_raw_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>WB reference:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="raw_choice_wb"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxRadioButton" name="raw_rb_dcraw">
|
||||
<label>dcraw</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="raw_dcraw_text">
|
||||
<label>Additional dcraw parameters:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="raw_dcraw_parameter"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
<cellpos>0,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_VERTICAL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<cellpos>1,0</cellpos>
|
||||
<cellspan>0,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxRadioButton" name="raw_rb_rt">
|
||||
<label>RawTherapee</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="raw_rt_text">
|
||||
<label>Processing profile:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="raw_rt_processing_profile">
|
||||
<tooltip>Leave empty to use default settings in RawTherapee</tooltip>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="raw_rt_processing_profile_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_HORIZONTAL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<cellpos>3,0</cellpos>
|
||||
<cellspan>0,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxRadioButton" name="raw_rb_darktable">
|
||||
<label>darktable</label>
|
||||
</object>
|
||||
<flag>wxTOP|wxBOTTOM</flag>
|
||||
<border>3</border>
|
||||
<cellpos>4,0</cellpos>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>5</rows>
|
||||
<hgap>30</hgap>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<label>Raw converter</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>Import</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL"/>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Import Raw Images</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
</resource>
|
||||
469
App/Hugin/share/hugin/xrc/lenscal_frame.xrc
Normal file
@@ -0,0 +1,469 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxFrame" name="lenscal_frame">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxListBox" name="lenscal_images_list">
|
||||
<size>-1,120</size>
|
||||
<style>wxLB_SINGLE</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_add_image">
|
||||
<label>Add</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_remove_image">
|
||||
<label>Remove</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens type:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="lenscal_proj_choice">
|
||||
<size>200,-1</size>
|
||||
<content>
|
||||
<item/>
|
||||
</content>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<hgap>6</hgap>
|
||||
</object>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,6</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_focallength"/>
|
||||
<minsize>60,-1</minsize>
|
||||
</object>
|
||||
<cols>6</cols>
|
||||
<hgap>6</hgap>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">mm</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length multiplier:</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>20</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_cropfactor"/>
|
||||
<minsize>60,-1</minsize>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL | wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<label>Images (with straight lines)</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL | wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Edge detection scale:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_scale">
|
||||
<size>75,-1</size>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Edge detection threshold:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_threshold">
|
||||
<size>75,-1</size>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Maximal image size:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_resizedim">
|
||||
<size>75,-1</size>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Minimum line length:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_minlinelength">
|
||||
<size>75,-1</size>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>4</rows>
|
||||
<growablecols/>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<label>Options</label>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_find_lines">
|
||||
<label>Find lines</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_reset">
|
||||
<label>Reset</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL | wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Radial Distortion</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="spacer"/>
|
||||
<object class="spacer"/>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>distortion (a):</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="lenscal_opt_a"/>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_a">
|
||||
<size>75,-1</size>
|
||||
<value>0</value>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>barrel (b):</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="lenscal_opt_b"/>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_b">
|
||||
<size>75,-1</size>
|
||||
<value>0</value>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>distortion (c):</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="lenscal_opt_c"/>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_c">
|
||||
<size>75,-1</size>
|
||||
<value>0</value>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<cols>3</cols>
|
||||
<rows>4</rows>
|
||||
</object>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>10,-1</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Image Center Shift</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="lenscal_opt_de"/>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>horizontal (d):</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_d">
|
||||
<size>75,-1</size>
|
||||
<value>0</value>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>vertical (e):</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="lenscal_e">
|
||||
<size>75,-1</size>
|
||||
<value>0</value>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>3</rows>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_opt">
|
||||
<label>Optimize</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_show_distortion_graph">
|
||||
<label>Show graph >></label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_save_lens">
|
||||
<label>Save lens</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxLEFT|wxALIGN_CENTRE_HORIZONTAL</flag>
|
||||
<border>24</border>
|
||||
</object>
|
||||
<label>Lens parameters</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="lenscal_preview_content">
|
||||
<content>
|
||||
<item>Original</item>
|
||||
<item>Edge detection</item>
|
||||
<item>Corrected</item>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="lenscal_show_lines">
|
||||
<label>Show lines</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="lenscal_refresh">
|
||||
<label>Refresh</label>
|
||||
<enabled>0</enabled>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="LensCalCanvas" name="lenscal_preview"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<label>Preview</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxMenuBar" name="lenscal_menubar">
|
||||
<object class="wxMenu" name="file_menu">
|
||||
<object class="wxMenuItem" name="menu_save">
|
||||
<label>&Save as project file...</label>
|
||||
<help>Saves the images and lines as pto file for further tuning inside Hugin</help>
|
||||
<accel>Ctrl+shift+s</accel>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="menu_quit">
|
||||
<label>&Quit</label>
|
||||
<accel>Ctrl+Q</accel>
|
||||
</object>
|
||||
<label>&File</label>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
354
App/Hugin/share/hugin/xrc/lensdb_dialogs.xrc
Normal file
@@ -0,0 +1,354 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="load_lens_dlg">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<label>Lens</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="load_lens_lenschoice">
|
||||
<size>250,-1</size>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<cellpos>0,1</cellpos>
|
||||
<cellspan>1,2</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="load_lens_focallength">
|
||||
<size>50,-1</size>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">mm</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>1,2</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Aperture:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="load_lens_aperture">
|
||||
<size>50,-1</size>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Subject distance:</label>
|
||||
<style>wxALIGN_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>3,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="load_lens_distance">
|
||||
<size>50,-1</size>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<cellpos>3,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">m</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
<cellpos>3,2</cellpos>
|
||||
</object>
|
||||
<vgap>5</vgap>
|
||||
<hgap>5</hgap>
|
||||
<growablecols>2</growablecols>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_HORIZONTAL</style>
|
||||
</object>
|
||||
<flag>wxTOP|wxBOTTOM|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Select which parameters should be loaded\nfrom database</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="load_lens_distortion">
|
||||
<label>Load distortion</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="load_lens_vignetting">
|
||||
<label>Load vignetting</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Load lens from database</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxSYSTEM_MENU|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="save_lens_dlg">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Camera maker:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="save_lens_camera_maker">
|
||||
<size>150,-1</size>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Camera model:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="save_lens_camera_model">
|
||||
<size>150,-1</size>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens name:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="save_lens_name">
|
||||
<size>150,-1</size>
|
||||
<tooltip>Leave empty for compact cameras</tooltip>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL|wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>6</rows>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_VERTICAL</style>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxLEFT|wxRIGHT</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL | wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="save_lens_focallength">
|
||||
<size>50,-1</size>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">mm</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Aperture:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="save_lens_aperture">
|
||||
<size>50,-1</size>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="spacer"/>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Subject distance:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="save_lens_distance">
|
||||
<size>50,-1</size>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">m</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL | wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<cols>3</cols>
|
||||
<rows>3</rows>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_HORIZONTAL</style>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxTOP|wxBOTTOM</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Select which parameters should be saved\ninto database</label>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="save_lens_distortion">
|
||||
<label>Save distortion</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="save_lens_vignetting">
|
||||
<label>Save vignetting</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<label>Lens</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Save lens to database</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxSYSTEM_MENU|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
</resource>
|
||||
419
App/Hugin/share/hugin/xrc/main_frame.xrc
Normal file
@@ -0,0 +1,419 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxFrame" name="main_frame">
|
||||
<title>Hugin - Panorama Creator</title>
|
||||
<style>wxDEFAULT_FRAME_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxFULL_REPAINT_ON_RESIZE</style>
|
||||
<centered>1</centered>
|
||||
<object class="wxPanel">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>1</cols>
|
||||
<rows>0</rows>
|
||||
<vgap>0</vgap>
|
||||
<hgap>0</hgap>
|
||||
<growablecols>0</growablecols>
|
||||
<growablerows>0</growablerows>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxGROW</flag>
|
||||
<border>5</border>
|
||||
<object class="wxNotebook" name="controls_notebook">
|
||||
<usenotebooksizer>1</usenotebooksizer>
|
||||
<object class="notebookpage">
|
||||
<label>Photos</label>
|
||||
<object class="ImagesPanel" name="images_panel_unknown"/>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="MaskEditorPanel" name="mask_panel_unknown"/>
|
||||
<label>Masks</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Control Points</label>
|
||||
<object class="CPEditorPanel" name="cp_editor_panel_unknown"/>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Optimizer</label>
|
||||
<object class="OptimizePanel" name="optimizer_panel_unknown"/>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Exposure</label>
|
||||
<object class="OptimizePhotometricPanel" name="optimizer_photometric_panel_unknown"/>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Stitcher</label>
|
||||
<object class="PanoPanel" name="panorama_panel_unknown"/>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxDialog" name="disable_opengl_dlg">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap">
|
||||
<bitmap stock_id="wxART_WARNING"/>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label platform="win|unix">You have pressed the Control key.</label>
|
||||
<label platform="mac">You have pressed the Command key.</label>
|
||||
<style>wxALIGN_LEFT</style>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Should the OpenGL powered fast preview window disabled?</label>
|
||||
<wrap>300</wrap>
|
||||
<style>wxALIGN_LEFT</style>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="disable_dont_ask_checkbox">
|
||||
<label>Don't ask again</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>Yes</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>No</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Hugin</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSTAY_ON_TOP</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="warning_exposure_dlg">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap">
|
||||
<bitmap stock_id="wxART_WARNING"/>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>The project covers a big brightness range, but Hugin could not automatically detect any stacks.\nConsider assigning stacks manually in the panorama editor to help Hugin to process the panorama.</label>
|
||||
<wrap>350</wrap>
|
||||
<style>wxALIGN_LEFT</style>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="dont_show_again_checkbox">
|
||||
<label>Don't show again</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>Ok</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Hugin</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSTAY_ON_TOP</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="stack_detected_dlg">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap">
|
||||
<bitmap stock_id="wxART_WARNING"/>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="stack_text1">
|
||||
<size>350,-1</size>
|
||||
<label>Hugin has image stacks detected in the added images and will assign corresponding stack numbers to the images. Should the position of images in each stack be linked?</label>
|
||||
<wrap>350</wrap>
|
||||
<font>
|
||||
<weight>bold</weight>
|
||||
</font>
|
||||
<style>wxALIGN_LEFT</style>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="stack_text2">
|
||||
<size>350,-1</size>
|
||||
<label>When shooting bracketed image stacks from a sturdy tripod the position of the images in each stack can be linked to help Hugin to process the panorama. But if the images in each stack require a fine tune of the position (e. g. when shooting hand held), then don't link the position.</label>
|
||||
<wrap>350</wrap>
|
||||
<style>wxALIGN_LEFT</style>
|
||||
</object>
|
||||
<flag>wxTOP|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>Link position</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_NO">
|
||||
<label>Don't link position</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Don't assign stacks</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Hugin</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSTAY_ON_TOP</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="edit_cp_optimize_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap">
|
||||
<bitmap stock_id="wxART_WARNING"/>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="edit_cp_text1">
|
||||
<font>
|
||||
<weight>bold</weight>
|
||||
</font>
|
||||
<style>wxALIGN_LEFT</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="edit_cp_text2">
|
||||
<style>wxALIGN_LEFT</style>
|
||||
</object>
|
||||
<flag>wxTOP|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="edit_cp_dont_show_again_checkbox">
|
||||
<label>Don't show again</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>Re-optimize</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Don't optimize now</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Edit cp tools</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="papywizard_import_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="papywizard_link_positions">
|
||||
<label>Link positions</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<label>Stacks</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="papywizard_cpfind">
|
||||
<label>Generate control points, additional cpfind parameters:</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>6,-1</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="papywizard_cpfind_parameters"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="papywizard_geocpset">
|
||||
<label>Connect orphaned images (with geocpset)</label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<label>Control point generation</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Import positions from Papywizard XML</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSTAY_ON_TOP|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
</resource>
|
||||
254
App/Hugin/share/hugin/xrc/main_menu.xrc
Normal file
@@ -0,0 +1,254 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxMenuBar" name="main_menubar">
|
||||
<object class="wxMenu" name="edit_menue">
|
||||
<object class="wxMenuItem" name="ID_EDITUNDO">
|
||||
<label>&Undo</label>
|
||||
<accel>Ctrl-z</accel>
|
||||
<help>Undo the last action</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_EDITREDO">
|
||||
<label>&Redo</label>
|
||||
<accel>Ctrl-r</accel>
|
||||
<help>Redo the last action</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_add_images">
|
||||
<label>&Add Image...</label>
|
||||
<help>Add another image to the current project</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_assistant">
|
||||
<label>Run a&ssistant</label>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_batch_assistant">
|
||||
<label>Send to assistant &queue</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_optimize_only_active">
|
||||
<label>Optimize only active &images</label>
|
||||
<help>Only use control points between images selected in preview window. Useful to avoid errors due to badly fitting images, such as the nadir image in most fisheye panoramas</help>
|
||||
<checkable>1</checkable>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_optimize_ignore_line_cp">
|
||||
<label>Ignore &line control points</label>
|
||||
<help>Use only normal control points in optimization</help>
|
||||
<checkable>1</checkable>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_optimize">
|
||||
<label>&Optimize</label>
|
||||
<accel>Ctrl-t</accel>
|
||||
<help>Re-run the optimizer with current settings</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_finetune_all_cp">
|
||||
<label>Fine-&tune all Points</label>
|
||||
<help>Runs fine-tune on all control points</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_remove_cp_in_masks">
|
||||
<label>Remove control points in &masks</label>
|
||||
<help>Removes all control points inside masked areas</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_python_script">
|
||||
<label>Run &Python script...</label>
|
||||
<help>Run a python script</help>
|
||||
</object>
|
||||
<label>&Edit</label>
|
||||
</object>
|
||||
<object class="wxMenu" name="view_menu">
|
||||
<label>&View</label>
|
||||
<object class="wxMenuItem" name="ID_SHOW_FULL_SCREEN">
|
||||
<label>Full &Screen</label>
|
||||
<accel>F11</accel>
|
||||
<help>Shows Hugin's main window on full-screen</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_CP_TABLE">
|
||||
<label>Control point &table</label>
|
||||
<accel>F3</accel>
|
||||
<help>Shows all control point distances</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_SHOW_PREVIEW_FRAME">
|
||||
<label>&Panorama preview window</label>
|
||||
<accel>Ctrl-p</accel>
|
||||
<help>Show the panorama preview window</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_SHOW_GL_PREVIEW_FRAME">
|
||||
<label>&Fast panorama preview window</label>
|
||||
<accel>Ctrl-shift-p</accel>
|
||||
<help>Show the fast panorama preview window (OpenGL)</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="ID_SHOW_PANEL_IMAGES">
|
||||
<label>P&hotos</label>
|
||||
<accel>Shift-F1</accel>
|
||||
<help>Show the Photos panel</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_SHOW_PANEL_MASK">
|
||||
<label>&Masks</label>
|
||||
<accel>Shift-F2</accel>
|
||||
<help>Show the Masks panel</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_SHOW_PANEL_CP_EDITOR">
|
||||
<label>&Control Points</label>
|
||||
<accel>Shift-F3</accel>
|
||||
<help>Show the Control Points panel</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_SHOW_PANEL_OPTIMIZER">
|
||||
<label>&Optimizer</label>
|
||||
<accel>Shift-F4</accel>
|
||||
<help>Show the Optimizer panel</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_SHOW_PANEL_OPTIMIZER_PHOTOMETRIC">
|
||||
<label>&Exposure</label>
|
||||
<accel>Shift-F5</accel>
|
||||
<help>Show the Exposure panel</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ID_SHOW_PANEL_PANORAMA">
|
||||
<label>S&titcher</label>
|
||||
<accel>Shift-F6</accel>
|
||||
<help>Show the Stitcher panel</help>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxMenu" name="gui_level_menu">
|
||||
<object class="wxMenuItem" name="action_gui_simple">
|
||||
<label>&Simple</label>
|
||||
<radio>1</radio>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_gui_advanced">
|
||||
<label>&Advanced</label>
|
||||
<radio>1</radio>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_gui_expert">
|
||||
<label>&Expert</label>
|
||||
<radio>1</radio>
|
||||
</object>
|
||||
<label>&Interface</label>
|
||||
</object>
|
||||
<object class="wxMenu" name="output_menu">
|
||||
<object class="wxMenuItem" name="action_stitch">
|
||||
<label>&Stitch</label>
|
||||
<accel>Ctrl-i</accel>
|
||||
<help>Stitch with the settings on the pano tabs</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_stitch_userdefined">
|
||||
<label>Stitch &user defined output...</label>
|
||||
<help>Stitch with the settings from a user defined output sequence</help>
|
||||
</object>
|
||||
<label>&Output</label>
|
||||
</object>
|
||||
<object class="wxMenu" name="help_menu">
|
||||
<label>&Help</label>
|
||||
<object class="wxMenuItem" name="action_show_help">
|
||||
<label>&Help</label>
|
||||
<accel>F1</accel>
|
||||
<help>Some information on the different buttons and so on</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_show_tip">
|
||||
<label>&Tip of the day</label>
|
||||
<help>Show one of the tips of the day</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_show_shortcuts">
|
||||
<label>&Keyboard Shortcuts</label>
|
||||
<help>keyboard shortcuts</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_show_faq">
|
||||
<label>&FAQ</label>
|
||||
<help>Frequently Asked Questions</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_show_about">
|
||||
<label>&About</label>
|
||||
<help>About Hugin</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_show_prefs" platform="mac">
|
||||
<label>&Preferences</label>
|
||||
<accel>Ctrl-,</accel>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxMenu" name="file_menu_advanced">
|
||||
<object class="wxMenuItem" name="action_new_project">
|
||||
<label>&New</label>
|
||||
<accel>Ctrl-n</accel>
|
||||
<help>New project</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_load_project">
|
||||
<label>&Open...</label>
|
||||
<accel>Ctrl-o</accel>
|
||||
<help>Open project</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_save_project">
|
||||
<label>&Save</label>
|
||||
<accel>Ctrl-s</accel>
|
||||
<help>Save current project file</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_save_as_project">
|
||||
<label>S&ave as...</label>
|
||||
<accel>Ctrl-Shift-s</accel>
|
||||
<help>Save current project to a new file</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_save_as_ptstitcher">
|
||||
<label>&Write PTStitcher script...</label>
|
||||
<help>Write current project to a PTStitcher-compatible script file, useful for batch processing</help>
|
||||
</object>
|
||||
<object class="wxMenu" name="menu_mru">
|
||||
<label>Most recently &used projects</label>
|
||||
<help>List of most recently used project files</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_open_batch_processor">
|
||||
<label>&Run Batch Processor</label>
|
||||
<help>Opens PTBatcherGUI, the batch processor for Hugin's project files</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_import_project">
|
||||
<label>&Merge project...</label>
|
||||
<help>Merges an existing project file with the current project</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_import_papywizard">
|
||||
<label>Import settings from Papywizard &XML file...</label>
|
||||
<help>Read shoot settings from a Papywizard XML file</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_apply_template">
|
||||
<label>Apply &Template...</label>
|
||||
<help>Assign the settings of a previously saved project to the current images</help>
|
||||
</object>
|
||||
<object class="separator" platform="win|unix"/>
|
||||
<object class="wxMenuItem" name="action_show_prefs" platform="win|unix">
|
||||
<label>&Preferences...</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_exit_hugin">
|
||||
<label>&Quit</label>
|
||||
<accel>Ctrl-q</accel>
|
||||
<help>Exit program</help>
|
||||
</object>
|
||||
<label>&File</label>
|
||||
</object>
|
||||
<object class="wxMenu" name="file_menu_simple">
|
||||
<object class="wxMenuItem" name="action_open_batch_processor">
|
||||
<label>&Run Batch Processor</label>
|
||||
<help>Opens PTBatcherGUI, the batch processor for Hugin's project files</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_import_project">
|
||||
<label>&Merge project...</label>
|
||||
<help>Merges an existing project file with the current project</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="action_apply_template">
|
||||
<label>Apply &Template...</label>
|
||||
<help>Assign the settings of a previously saved project to the current images</help>
|
||||
</object>
|
||||
<object class="separator" platform="win|unix"/>
|
||||
<object class="wxMenuItem" name="action_show_prefs" platform="win|unix">
|
||||
<label>&Preferences...</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="action_exit_hugin">
|
||||
<label>&Close editor</label>
|
||||
<help>Closes panorama editor</help>
|
||||
</object>
|
||||
<label>&File</label>
|
||||
</object>
|
||||
</resource>
|
||||
82
App/Hugin/share/hugin/xrc/main_tool.xrc
Normal file
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxToolBar" name="main_toolbar">
|
||||
<style>wxTB_FLAT</style>
|
||||
<object class="tool" name="action_new_project">
|
||||
<bitmap>data/filenew.png</bitmap>
|
||||
<tooltip>New project</tooltip>
|
||||
<label>New</label>
|
||||
<longhelp>Start a new project</longhelp>
|
||||
</object>
|
||||
<object class="tool" name="action_load_project">
|
||||
<bitmap>data/fileopen.png</bitmap>
|
||||
<tooltip>Open project...</tooltip>
|
||||
<label>Open</label>
|
||||
<longhelp>Open a project file</longhelp>
|
||||
</object>
|
||||
<object class="tool" name="action_save_project">
|
||||
<bitmap>data/filesave.png</bitmap>
|
||||
<tooltip>Save project</tooltip>
|
||||
<label>Save</label>
|
||||
<longhelp>Save current project file</longhelp>
|
||||
</object>
|
||||
<object class="tool" name="action_save_as_project">
|
||||
<bitmap>data/filesaveas.png</bitmap>
|
||||
<tooltip>Save project as...</tooltip>
|
||||
<label>Save As</label>
|
||||
<longhelp>Save current project to a new file</longhelp>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="ID_EDITUNDO">
|
||||
<bitmap>data/undo.png</bitmap>
|
||||
<tooltip>Undo</tooltip>
|
||||
<label>Undo</label>
|
||||
<longhelp>Undo the last action</longhelp>
|
||||
</object>
|
||||
<object class="tool" name="ID_EDITREDO">
|
||||
<bitmap>data/redo.png</bitmap>
|
||||
<tooltip>Redo</tooltip>
|
||||
<label>Redo</label>
|
||||
<longhelp>Redo the last action</longhelp>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="action_add_images">
|
||||
<bitmap>data/edit_add.png</bitmap>
|
||||
<tooltip>Add image...</tooltip>
|
||||
<label>Add</label>
|
||||
<longhelp>Add another image to the current project</longhelp>
|
||||
</object>
|
||||
<object class="tool" name="action_optimize">
|
||||
<bitmap>data/optimize.png</bitmap>
|
||||
<tooltip>Re-optimize</tooltip>
|
||||
<longhelp>Re-run the optimizer with current settings</longhelp>
|
||||
<label>Optimize</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="ID_SHOW_GL_PREVIEW_FRAME">
|
||||
<bitmap>data/gl_preview.png</bitmap>
|
||||
<tooltip>Preview panorama (OpenGL)</tooltip>
|
||||
<longhelp>Show the OpenGL preview window</longhelp>
|
||||
<label>Fast Preview</label>
|
||||
</object>
|
||||
<object class="tool" name="ID_SHOW_PREVIEW_FRAME">
|
||||
<bitmap>data/preview.png</bitmap>
|
||||
<tooltip>Preview panorama</tooltip>
|
||||
<longhelp>Show the preview window</longhelp>
|
||||
<label>Preview</label>
|
||||
</object>
|
||||
<object class="tool" name="ID_CP_TABLE">
|
||||
<bitmap>data/list.png</bitmap>
|
||||
<tooltip>Show control points</tooltip>
|
||||
<longhelp>Show all control points in a single table</longhelp>
|
||||
<label>Points</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="action_show_about">
|
||||
<bitmap>data/info.png</bitmap>
|
||||
<tooltip>About Hugin</tooltip>
|
||||
<label>About</label>
|
||||
<longhelp>Display credits for the creators of Hugin</longhelp>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
516
App/Hugin/share/hugin/xrc/mask_editor_panel.xrc
Normal file
@@ -0,0 +1,516 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxPanel" name="mask_panel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="ImagesListMask" name="mask_editor_images_list"/>
|
||||
<option>2</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook" name="mask_editor_mask_crop_notebook">
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="mask_editor_add">
|
||||
<label>Add new mask</label>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="mask_editor_delete">
|
||||
<label>Delete mask</label>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>1</rows>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListCtrl" name="mask_editor_mask_list">
|
||||
<style>wxLC_REPORT|wxLC_SINGLE_SEL</style>
|
||||
</object>
|
||||
<option>2</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Mask type:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="mask_editor_choice_masktype">
|
||||
<content>
|
||||
<item>Exclude region</item>
|
||||
<item>Include region</item>
|
||||
<item>Exclude region from stack</item>
|
||||
<item>Include region from stack</item>
|
||||
<item>Exclude region from all images of this lens</item>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook">
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="mask_editor_save">
|
||||
<label>Export</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="mask_editor_load">
|
||||
<label>Import</label>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="mask_editor_copy">
|
||||
<label>Copy</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="mask_editor_paste">
|
||||
<label>Paste</label>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>2</rows>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE</flag>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
<label>Import/Export</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Excluded</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxColourPickerCtrl" name="mask_editor_colour_polygon_negative"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Included</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxColourPickerCtrl" name="mask_editor_colour_polygon_positive"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Selected</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxColourPickerCtrl" name="mask_editor_colour_point_selected"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Unselected</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxColourPickerCtrl" name="mask_editor_colour_point_unselected"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<cols>4</cols>
|
||||
<rows>2</rows>
|
||||
<growablecols>1,3</growablecols>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
<label>Color</label>
|
||||
</object>
|
||||
<style>wxNB_TOP</style>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="mask_editor_show_active_masks">
|
||||
<label>Show extent of active masks and crop</label>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALIGN_CENTRE</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Options</label>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND | wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
<label>Masks</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="crop_all_images_lens">
|
||||
<label>All images of selected lens</label>
|
||||
<tooltip>Applies all changes to all images with the same lens as the selected image(s)</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_LEFT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Top:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="crop_top_text">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
<cellspan>1,3</cellspan>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="">
|
||||
<label>Left:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="crop_left_text">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,0</size>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Right:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="crop_right_text">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<cellpos>1,2</cellpos>
|
||||
<cellspan/>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Bottom:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="crop_bottom_text">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE</flag>
|
||||
<cellpos>2,0</cellpos>
|
||||
<cellspan>1,3</cellspan>
|
||||
</object>
|
||||
<vgap>5</vgap>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_HORIZONTAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="crop_autocenter_cb">
|
||||
<label>Always center Crop on d,e</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_LEFT</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="crop_reset_button">
|
||||
<label>Reset</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Crop</label>
|
||||
</object>
|
||||
</object>
|
||||
<option>3</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="MaskImageCtrl" name="mask_editor_polygon_editor"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="spacer">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Zoom:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="mask_editor_choice_zoom">
|
||||
<content>
|
||||
<item translate="0">100%</item>
|
||||
<item>fit to window</item>
|
||||
<item translate="0">200%</item>
|
||||
<item translate="0">150%</item>
|
||||
<item translate="0">75%</item>
|
||||
<item translate="0">50%</item>
|
||||
<item translate="0">25%</item>
|
||||
</content>
|
||||
<selection>1</selection>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxDialog" name="mask_load_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Image size:</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>2</rows>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="label_image_size">
|
||||
<label/>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Mask size:</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="label_mask_size">
|
||||
<label/>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxRadioBox" name="mask_rescale">
|
||||
<label>Mask size</label>
|
||||
<content>
|
||||
<item>Don't change</item>
|
||||
<item>Scale to fit</item>
|
||||
<item>Scale proportional</item>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
<style>wxRA_SPECIFY_COLS</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxRadioBox" name="mask_rotate">
|
||||
<label>Rotation</label>
|
||||
<content>
|
||||
<item>Don't rotate</item>
|
||||
<item>90° clockwise</item>
|
||||
<item>90° counter-clockwise</item>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
<style>wxRA_SPECIFY_COLS</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_VERTICAL</style>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="MaskImageCtrl" name="mask_preview"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine">
|
||||
<style>wxLI_HORIZONTAL</style>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Loading mask</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>
|
||||
</object>
|
||||
</resource>
|
||||
165
App/Hugin/share/hugin/xrc/optimize_panel.xrc
Normal file
@@ -0,0 +1,165 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxPanel" name="optimize_panel">
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Geometric optimizer</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="optimizer_panel_information_text">
|
||||
<label>Any variables below which are marked [x] will be optimized.
|
||||
Unmarked variables [ ] will act as references or anchors.</label>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>-1,12</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="optimizer_panel_only_active_images">
|
||||
<label>Only use control points between activated images.</label>
|
||||
<tooltip>Only use control points between images selected in preview window. Useful to avoid errors due to badly fitting images, such as the nadir image in most fisheye panoramas</tooltip>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="optimizer_panel_ignore_line_cp">
|
||||
<label>Ignore line control points</label>
|
||||
<tooltip>Use only normal control points in optimization</tooltip>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="optimize_panel_optimize">
|
||||
<label>Optimize now!</label>
|
||||
<tooltip>execute the PTOptimizer engine</tooltip>
|
||||
</object>
|
||||
<flag>wxALL | wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="optimize_panel_reset">
|
||||
<label>Reset</label>
|
||||
</object>
|
||||
<flag>wxALL | wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND | wxLEFT</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,15</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSplitterWindow" name="optimizer_panel_splitter">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Image Orientation</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="ImagesTreeList" name="optimize_panel_images"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens Parameters</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="ImagesTreeList" name="optimize_panel_lenses"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orientation>horizontal</orientation>
|
||||
<minsize>100</minsize>
|
||||
<style>wxSP_LIVE_UPDATE</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="optimizer_panel_edit_script">
|
||||
<label>edit script before optimizing</label>
|
||||
<tooltip>for advanced users</tooltip>
|
||||
</object>
|
||||
<flag>wxTOP|wxALIGN_RIGHT</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
149
App/Hugin/share/hugin/xrc/optimize_photo_panel.xrc
Normal file
@@ -0,0 +1,149 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxPanel" name="optimize_photo_panel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Photometric Optimization</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="optimize_photo_panel_information_text">
|
||||
<label>Any variables below which are marked [x] will be optimized.
|
||||
Unmarked variables [ ] will act as references or anchors.</label>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>-1,12</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="optimize_photo_panel_only_active_images">
|
||||
<label>Only use activated images.</label>
|
||||
<tooltip>Only consider images selected in preview window. Useful to avoid errors due to badly fitting images, such as the nadir image in most fisheye panoramas</tooltip>
|
||||
</object>
|
||||
<flag>wxALIGN_LEFT</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="optimize_photo_panel_optimize">
|
||||
<label>Optimize now!</label>
|
||||
<tooltip>execute the PTOptimizer engine</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="optimize_photo_panel_reset">
|
||||
<label>Reset</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,15</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSplitterWindow" name="optimize_photo_panel_splitter">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Image variables:</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="ImagesTreeList" name="optimize_photo_panel_images"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Camera and Lens variables:</label>
|
||||
<font>
|
||||
<style platform="mac">normal</style>
|
||||
<family platform="mac">swiss</family>
|
||||
<weight>bold</weight>
|
||||
<size platform="mac">12</size>
|
||||
</font>
|
||||
</object>
|
||||
<flag>wxBOTTOM</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="ImagesTreeList" name="optimize_photo_panel_lens"/>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orientation>horizontal</orientation>
|
||||
<minsize>100</minsize>
|
||||
<style>wxSP_LIVE_UPDATE</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
</resource>
|
||||