Skip to content

Commit

Permalink
provided doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored and actions-user committed Dec 9, 2023
1 parent 6efc641 commit a9450e9
Show file tree
Hide file tree
Showing 226 changed files with 28,270 additions and 0 deletions.
95 changes: 95 additions & 0 deletions doxygen/doc/html/FastGauss_8cpp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>icub-basic-demos: /home/runner/work/icub-basic-demos/icub-basic-demos/gh-pages/pf3dBottomup/src/FastGauss.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">icub-basic-demos
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_e676cb3644873b6bf7df3036a086e762.html">pf3dBottomup</a></li><li class="navelem"><a class="el" href="dir_11110cf4ec97ab9f4ccc991ff6fd73d9.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">FastGauss.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">

<p>Implements 3 Tap IIR Gaussian Filtering with Boundary Conditions.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;string.h&gt;</code><br />
<code>#include &lt;<a class="el" href="FastGauss_8h_source.html">iCub/FastGauss.h</a>&gt;</code><br />
<code>#include &lt;<a class="el" href="IIRGausDeriv_8h_source.html">iCub/IIRGausDeriv.h</a>&gt;</code><br />
<code>#include &lt;<a class="el" href="IIRFilt_8h_source.html">iCub/IIRFilt.h</a>&gt;</code><br />
</div>
<p><a href="FastGauss_8cpp_source.html">Go to the source code of this file.</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Implements 3 Tap IIR Gaussian Filtering with Boundary Conditions. </p>
<dl class="section see"><dt>See also</dt><dd>"Fast IIR Isotropic 2-D Complex Gabor Filters With Boundary Initialization", A. Bernardino and J. Santos-Victor, 2006. </dd></dl>
<dl class="section author"><dt>Author</dt><dd>Alex Bernardino, ISR-IST </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2006-2007 </dd></dl>
<dl class="section note"><dt>Note</dt><dd>Released under GNU GPL v2.0 </dd></dl>

<p class="definition">Definition in file <a class="el" href="FastGauss_8cpp_source.html">FastGauss.cpp</a>.</p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>
Loading

0 comments on commit a9450e9

Please sign in to comment.