Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Callidior committed Oct 31, 2014
1 parent 11d42f5 commit aef59a9
Show file tree
Hide file tree
Showing 366 changed files with 1,609 additions and 1,296 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ARTOS Changelog
===============

Version 1.1 (2014-10-31)
------------------------

- [Improvement] Efficient method for computing background statistics, which leverages the Fourier transform
- [Improvement] New background statistics (computed from 32k ImageNet samples)
- [Misc] Improved error message for incomplete ImageNet setup.
- [Misc] Made VOC annotations parser of FFLD compatible with non-VOC classes.
- [Fix] Fixed rare clustering bug.
- [Fix] Fixed a bug that occurred during aspect ratio clustering if the number of images was less than the number of clusters.
- [Fix] Fixed a bug that occurred during threshold optimization if there were no additional synsets available to take negative samples from.


Version 1.0 (2014-07-09)
------------------------

Initial Release
4 changes: 2 additions & 2 deletions PyARTOS/artos_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def __init__(self, library):
self.learner_reset.errcheck = self._errcheck_common

# learn_bg function
prototype = CFUNCTYPE(c_int, c_char_p, c_char_p, c_uint, c_uint, overall_progress_cb_t)
paramflags = (1, 'repo_directory'), (1, 'bg_file'), (1, 'num_images'), (1, 'max_offset', 19), (1, 'progress_cb', None)
prototype = CFUNCTYPE(c_int, c_char_p, c_char_p, c_uint, c_uint, overall_progress_cb_t, c_bool)
paramflags = (1, 'repo_directory'), (1, 'bg_file'), (1, 'num_images'), (1, 'max_offset', 19), (1, 'progress_cb', None), (1, 'accurate_autocorrelation', False)
self.learn_bg = prototype(('learn_bg', self._lib), paramflags)
self.learn_bg.errcheck = self._errcheck_common

Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/____init_____8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -120,7 +120,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="____init_____8py.html">__init__.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_annotation_dialog_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -126,7 +126,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_annotation_dialog_8py.html">AnnotationDialog.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_batch_window_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -130,7 +130,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_batch_window_8py.html">BatchWindow.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_camera_2____init_____8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -120,7 +120,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_e82d518b81fd896db0329786809da157.html">Camera</a></li><li class="navelem"><a class="el" href="_camera_2____init_____8py.html">__init__.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_camera_sampler_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -128,7 +128,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_camera_sampler_8py.html">CameraSampler.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_camera_window_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -128,7 +128,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_camera_window_8py.html">CameraWindow.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_capture_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -120,7 +120,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_e82d518b81fd896db0329786809da157.html">Camera</a></li><li class="navelem"><a class="el" href="_capture_8py.html">Capture.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_cv_capture_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -126,7 +126,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_e82d518b81fd896db0329786809da157.html">Camera</a></li><li class="navelem"><a class="el" href="_cv_capture_8py.html">CvCapture.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_g_u_i_2____init_____8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -120,7 +120,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_g_u_i_2____init_____8py.html">__init__.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_main_frame_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -126,7 +126,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_main_frame_8py.html">MainFrame.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_model_catalogue_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -132,7 +132,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_model_catalogue_8py.html">ModelCatalogue.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_pygame_capture_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -126,7 +126,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_e82d518b81fd896db0329786809da157.html">Camera</a></li><li class="navelem"><a class="el" href="_pygame_capture_8py.html">PygameCapture.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_setup_dialog_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -126,7 +126,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_171b764decf33d63a7df2fab4f4bc6d8.html">GUI</a></li><li class="navelem"><a class="el" href="_setup_dialog_8py.html">SetupDialog.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/_win_capture_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -126,7 +126,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_e82d518b81fd896db0329786809da157.html">Camera</a></li><li class="navelem"><a class="el" href="_win_capture_8py.html">WinCapture.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/PyARTOS/html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -172,7 +172,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Wed Jul 23 2014 09:32:54 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:03 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
6 changes: 4 additions & 2 deletions docs/PyARTOS/html/artos__wrapper_8py.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -175,6 +175,8 @@
<tr class="separator:af036d1d968725e3800eb0aa9a965d37b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20d8978a7c73bbc66ea9b4fd869c2d03"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_py_a_r_t_o_s_1_1artos__wrapper.html#a20d8978a7c73bbc66ea9b4fd869c2d03">PyARTOS.artos_wrapper.IMGREPO_RES_SYNSET_NOT_FOUND</a> = -302</td></tr>
<tr class="separator:a20d8978a7c73bbc66ea9b4fd869c2d03"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1fd9c83d5c4eea80a9c8e8a9cbcd44ba"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_py_a_r_t_o_s_1_1artos__wrapper.html#a1fd9c83d5c4eea80a9c8e8a9cbcd44ba">PyARTOS.artos_wrapper.IMGREPO_RES_EXTRACTION_FAILED</a> = -303</td></tr>
<tr class="separator:a1fd9c83d5c4eea80a9c8e8a9cbcd44ba"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3e83bf4a090df470ffecdc72550ba4fa"><td class="memItemLeft" align="right" valign="top">tuple&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_py_a_r_t_o_s_1_1artos__wrapper.html#a3e83bf4a090df470ffecdc72550ba4fa">PyARTOS.artos_wrapper.progress_cb_t</a> = CFUNCTYPE(c_bool, c_uint, c_uint)</td></tr>
<tr class="separator:a3e83bf4a090df470ffecdc72550ba4fa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a567d40015b2ccf390c7dc5c1549bc96a"><td class="memItemLeft" align="right" valign="top">tuple&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_py_a_r_t_o_s_1_1artos__wrapper.html#a567d40015b2ccf390c7dc5c1549bc96a">PyARTOS.artos_wrapper.overall_progress_cb_t</a> = CFUNCTYPE(c_bool, c_uint, c_uint, c_uint, c_uint)</td></tr>
Expand All @@ -200,7 +202,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="artos__wrapper_8py.html">artos_wrapper.py</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:42 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions docs/PyARTOS/html/artos__wrapper_8py.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var artos__wrapper_8py =
[ "DETECT_RES_NO_MODELS", "artos__wrapper_8py.html#a3872c4a8da777835c328eb5a02c16b75", null ],
[ "FlatBoundingBox_p", "artos__wrapper_8py.html#abd75f63e90fef25d2b2aa05be6f345de", null ],
[ "FlatDetection_p", "artos__wrapper_8py.html#aca0feaa209cc6ad1271f6d0c06df5fa2", null ],
[ "IMGREPO_RES_EXTRACTION_FAILED", "artos__wrapper_8py.html#a1fd9c83d5c4eea80a9c8e8a9cbcd44ba", null ],
[ "IMGREPO_RES_INVALID_REPOSITORY", "artos__wrapper_8py.html#af036d1d968725e3800eb0aa9a965d37b", null ],
[ "IMGREPO_RES_SYNSET_NOT_FOUND", "artos__wrapper_8py.html#a20d8978a7c73bbc66ea9b4fd869c2d03", null ],
[ "LEARN_RES_FAILED", "artos__wrapper_8py.html#a5a751732cfef65d5747da7356299981f", null ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -123,7 +123,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Wed Jul 23 2014 09:32:43 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
&#160;<span id="projectnumber">1.0</span>
&#160;<span id="projectnumber">1.1</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
Expand Down Expand Up @@ -291,7 +291,7 @@ <h2 class="groupheader">Member Data Documentation</h2>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_py_a_r_t_o_s.html">PyARTOS</a></li><li class="navelem"><a class="el" href="namespace_py_a_r_t_o_s_1_1_camera.html">Camera</a></li><li class="navelem"><a class="el" href="namespace_py_a_r_t_o_s_1_1_camera_1_1_cv_capture.html">CvCapture</a></li><li class="navelem"><a class="el" href="class_py_a_r_t_o_s_1_1_camera_1_1_cv_capture_1_1_capture.html">Capture</a></li>
<li class="footer">Generated on Wed Jul 23 2014 09:32:43 for PyARTOS by
<li class="footer">Generated on Fri Oct 31 2014 10:18:00 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
Expand Down
Loading

0 comments on commit aef59a9

Please sign in to comment.