-
Notifications
You must be signed in to change notification settings - Fork 1
/
BasicConvolutionWeights_8h_source.html
194 lines (192 loc) · 23.2 KB
/
BasicConvolutionWeights_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!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>DGtal: BasicConvolutionWeights.h Source File</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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.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>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.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">DGtal
 <span id="projectnumber">1.5.beta</span>
</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&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&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>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('BasicConvolutionWeights_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- 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 class="header">
<div class="headertitle">
<div class="title">BasicConvolutionWeights.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#pragma once</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  </div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#if defined(BasicConvolutionWeights_RECURSES)</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#error Recursive header files inclusion detected in BasicConvolutionWeights.h</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#else </span><span class="comment">// defined(BasicConvolutionWeights_RECURSES)</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment"></span>#define BasicConvolutionWeights_RECURSES</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#if !defined BasicConvolutionWeights_h</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#define BasicConvolutionWeights_h</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">// Inclusions</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#include <iostream></span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#include "DGtal/base/Common.h"</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#include "DGtal/kernel/NumberTraits.h"</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="keyword">namespace </span><a class="code" href="namespaceDGtal.html">DGtal</a></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> {</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">namespace </span>deprecated</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  {</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="comment">// template class ConstantConvolutionWeight</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="comment"></span> <span class="keyword">template</span> <<span class="keyword">typename</span> TDistance></div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html"> 67</a></span>  <span class="keyword">class </span><a class="code" href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html">ConstantConvolutionWeights</a></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  {</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="comment">// ----------------------- Standard services ------------------------------</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  </div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html#a5ba369c28a3b3bd980cc26d61cebb5bd"> 73</a></span>  <span class="keyword">typedef</span> TDistance <a class="code" href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html#a5ba369c28a3b3bd980cc26d61cebb5bd">Distance</a>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keyword">inline</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html#aa4b96e520af5c396d2294f3887a1167f"> 80</a></span>  <span class="keywordtype">double</span> <a class="code" href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html#aa4b96e520af5c396d2294f3887a1167f">operator()</a>(<span class="keyword">const</span> <a class="code" href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html#a5ba369c28a3b3bd980cc26d61cebb5bd">Distance</a> &<span class="comment">/*aDisplacement*/</span>)<span class="keyword"> const</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">return</span> 1.0;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  }</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  };</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="comment">// template class ConstantConvolutionWeight</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="comment"></span> <span class="keyword">template</span> <<span class="keyword">typename</span> TDistance></div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html"> 99</a></span>  <span class="keyword">class </span><a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html">GaussianConvolutionWeights</a></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  {</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="comment">// ----------------------- Standard services ------------------------------</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a647b3d9b4c2396c5489816bc6df70ff7"> 105</a></span>  <span class="keyword">typedef</span> TDistance <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a647b3d9b4c2396c5489816bc6df70ff7">Distance</a>;</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a9b976498db00d69fd6acd57aa42e0924"> 112</a></span>  <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a9b976498db00d69fd6acd57aa42e0924">GaussianConvolutionWeights</a>(<span class="keyword">const</span> <span class="keywordtype">double</span> sigma): <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a401f990566f74d0e129769f10c648631">mySigma</a>(sigma)</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  {</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a3b28be251a7f991d8f9d98fa5583d7a9">myCoef</a> = 1.0/(<a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a401f990566f74d0e129769f10c648631">mySigma</a> * sqrt(2.0*M_PI));</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a352726b2b56441004f2ea0240147199e">myCoef2</a> = 1.0/(2.0*M_PI);</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  }</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keyword">inline</span></div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a84195237d95a86e8d324c072429d9ffa"> 126</a></span>  <span class="keywordtype">double</span> <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a84195237d95a86e8d324c072429d9ffa">operator()</a>(<span class="keyword">const</span> <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a647b3d9b4c2396c5489816bc6df70ff7">Distance</a> &aDisplacment)<span class="keyword"> const</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">return</span> <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a3b28be251a7f991d8f9d98fa5583d7a9">myCoef</a>*exp(-<a class="code" href="structDGtal_1_1NumberTraits.html">NumberTraits<Distance>::castToDouble</a>(aDisplacment)*</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <a class="code" href="structDGtal_1_1NumberTraits.html">NumberTraits<Distance>::castToDouble</a>(aDisplacment)*<a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a352726b2b56441004f2ea0240147199e">myCoef2</a>);</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  }</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  </div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a401f990566f74d0e129769f10c648631"> 133</a></span>  <span class="keywordtype">double</span> <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a401f990566f74d0e129769f10c648631">mySigma</a>;</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  </div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a3b28be251a7f991d8f9d98fa5583d7a9"> 136</a></span>  <span class="keywordtype">double</span> <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a3b28be251a7f991d8f9d98fa5583d7a9">myCoef</a>;</div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a352726b2b56441004f2ea0240147199e"> 137</a></span>  <span class="keywordtype">double</span> <a class="code" href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a352726b2b56441004f2ea0240147199e">myCoef2</a>;</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  };</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  </div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  }</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  </div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  </div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> } <span class="comment">// namespace DGtal</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="preprocessor">#endif </span><span class="comment">// !defined BasicConvolutionWeights_h</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  </div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> <span class="preprocessor">#undef BasicConvolutionWeights_RECURSES</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="preprocessor">#endif </span><span class="comment">// else defined(BasicConvolutionWeights_RECURSES)</span></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1ConstantConvolutionWeights_html"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html">DGtal::deprecated::ConstantConvolutionWeights</a></div><div class="ttdoc">Aim: implement a trivial constant convolution kernel which returns 1 to each distance.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00067">BasicConvolutionWeights.h:68</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1ConstantConvolutionWeights_html_a5ba369c28a3b3bd980cc26d61cebb5bd"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html#a5ba369c28a3b3bd980cc26d61cebb5bd">DGtal::deprecated::ConstantConvolutionWeights::Distance</a></div><div class="ttdeci">TDistance Distance</div><div class="ttdoc">Inner type.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00073">BasicConvolutionWeights.h:73</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1ConstantConvolutionWeights_html_aa4b96e520af5c396d2294f3887a1167f"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1ConstantConvolutionWeights.html#aa4b96e520af5c396d2294f3887a1167f">DGtal::deprecated::ConstantConvolutionWeights::operator()</a></div><div class="ttdeci">double operator()(const Distance &) const</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00080">BasicConvolutionWeights.h:80</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1GaussianConvolutionWeights_html"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html">DGtal::deprecated::GaussianConvolutionWeights</a></div><div class="ttdoc">Aim: implement a Gaussian centered convolution kernel.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00099">BasicConvolutionWeights.h:100</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1GaussianConvolutionWeights_html_a352726b2b56441004f2ea0240147199e"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a352726b2b56441004f2ea0240147199e">DGtal::deprecated::GaussianConvolutionWeights::myCoef2</a></div><div class="ttdeci">double myCoef2</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00137">BasicConvolutionWeights.h:137</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1GaussianConvolutionWeights_html_a3b28be251a7f991d8f9d98fa5583d7a9"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a3b28be251a7f991d8f9d98fa5583d7a9">DGtal::deprecated::GaussianConvolutionWeights::myCoef</a></div><div class="ttdeci">double myCoef</div><div class="ttdoc">Precomputed constant coefs.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00136">BasicConvolutionWeights.h:136</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1GaussianConvolutionWeights_html_a401f990566f74d0e129769f10c648631"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a401f990566f74d0e129769f10c648631">DGtal::deprecated::GaussianConvolutionWeights::mySigma</a></div><div class="ttdeci">double mySigma</div><div class="ttdoc">Internal Sigma value;.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00133">BasicConvolutionWeights.h:133</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1GaussianConvolutionWeights_html_a647b3d9b4c2396c5489816bc6df70ff7"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a647b3d9b4c2396c5489816bc6df70ff7">DGtal::deprecated::GaussianConvolutionWeights::Distance</a></div><div class="ttdeci">TDistance Distance</div><div class="ttdoc">Inner type for the topological distance.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00105">BasicConvolutionWeights.h:105</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1GaussianConvolutionWeights_html_a84195237d95a86e8d324c072429d9ffa"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a84195237d95a86e8d324c072429d9ffa">DGtal::deprecated::GaussianConvolutionWeights::operator()</a></div><div class="ttdeci">double operator()(const Distance &aDisplacment) const</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00126">BasicConvolutionWeights.h:126</a></div></div>
<div class="ttc" id="aclassDGtal_1_1deprecated_1_1GaussianConvolutionWeights_html_a9b976498db00d69fd6acd57aa42e0924"><div class="ttname"><a href="classDGtal_1_1deprecated_1_1GaussianConvolutionWeights.html#a9b976498db00d69fd6acd57aa42e0924">DGtal::deprecated::GaussianConvolutionWeights::GaussianConvolutionWeights</a></div><div class="ttdeci">GaussianConvolutionWeights(const double sigma)</div><div class="ttdef"><b>Definition:</b> <a href="BasicConvolutionWeights_8h_source.html#l00112">BasicConvolutionWeights.h:112</a></div></div>
<div class="ttc" id="anamespaceDGtal_html"><div class="ttname"><a href="namespaceDGtal.html">DGtal</a></div><div class="ttdoc">DGtal is the top-level namespace which contains all DGtal functions and types.</div></div>
<div class="ttc" id="astructDGtal_1_1NumberTraits_html"><div class="ttname"><a href="structDGtal_1_1NumberTraits.html">DGtal::NumberTraits</a></div><div class="ttdoc">Aim: The traits class for all models of Cinteger.</div><div class="ttdef"><b>Definition:</b> <a href="NumberTraits_8h_source.html#l00562">NumberTraits.h:564</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f2cd1aeea1cfa982bb13a5f95fa4218c.html">DGtal</a></li><li class="navelem"><a class="el" href="dir_754267a81a1dbd2dcdc6a3e6905a7e31.html">geometry</a></li><li class="navelem"><a class="el" href="dir_63d9c33afbfec9fa25872cb1f269a9db.html">surfaces</a></li><li class="navelem"><a class="el" href="dir_9e526eef16e9947aa548e57a7e0c0334.html">estimation</a></li><li class="navelem"><b>BasicConvolutionWeights.h</b></li>
<li class="footer">Generated on Sat Nov 9 2024 12:44:32 for DGtal by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
</ul>
</div>
</body>
</html>