Skip to content

Commit f4a9a16

Browse files
author
GitHub Actions bot for SimpleITK.github.io
committed
Update Doxygen to
1 parent 994d8c1 commit f4a9a16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doxygen/latest/html/build_text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$(function(){
2-
document.getElementById("datetime").textContent = "Sat, 07 Feb 2026 07:07:59 +0000"
2+
document.getElementById("datetime").textContent = "Thu, 12 Mar 2026 07:19:39 +0000"
33
document.getElementById("projectnumber").textContent = "3.0.0"
44
});

doxygen/latest/html/classitk_1_1simple_1_1AbsImageFilter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
116116
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
117117
<div class="textblock"><p>Computes the absolute value of each pixel. </p>
118-
<p><a class="elRef" href="https://www.itk.org/Doxygen/html/namespaceitk_1_1Math.html#a8d36e9e43216f0a0d76e74bfd02e882e">itk::Math::abs()</a> is used to perform the computation. </p><dl class="section see"><dt>See also</dt><dd><a class="el" href="namespaceitk_1_1simple.html#ad52e7d51c8603b5a6bb8a268a69f2948" title="Computes the absolute value of each pixel.">itk::simple::Abs</a> for the procedural interface </dd>
118+
<p>itk::Math::abs() is used to perform the computation. </p><dl class="section see"><dt>See also</dt><dd><a class="el" href="namespaceitk_1_1simple.html#ad52e7d51c8603b5a6bb8a268a69f2948" title="Computes the absolute value of each pixel.">itk::simple::Abs</a> for the procedural interface </dd>
119119
<dd>
120120
<a class="elRef" href="https://www.itk.org/Doxygen/html/classitk_1_1AbsImageFilter.html">itk::AbsImageFilter</a> for the Doxygen on the original ITK class. </dd></dl>
121121

doxygen/latest/html/classitk_1_1simple_1_1UnsharpMaskImageFilter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<div class="textblock"><p>Edge enhancement filter. </p>
118118
<p>This filter subtracts a smoothed version of the image from the image to achieve the edge enhancing effect. <a href="https://en.wikipedia.org/w/index.php?title=Unsharp_masking&oldid=750486803#Photographic_unsharp_masking">https://en.wikipedia.org/w/index.php?title=Unsharp_masking&amp;oldid=750486803#Photographic_unsharp_masking</a></p>
119119
<p>It has configurable amount, radius (sigma) and threshold, and whether to clamp the resulting values to the range of output type.</p>
120-
<p>Formula: sharpened=original+[<a class="elRef" href="https://www.itk.org/Doxygen/html/namespaceitk_1_1Math.html#a8d36e9e43216f0a0d76e74bfd02e882e">itk::Math::abs</a> (original-blurred)-threshold]*amount</p>
120+
<p>Formula: sharpened=original+[itk::Math::abs (original-blurred)-threshold]*amount</p>
121121
<p>If clamping is turned off (it is on by default), casting to output pixel format is done using C++ defaults, meaning that values are not clamped but rather wrap around e.g. 260 -&gt; 4 (unsigned char).</p>
122122
<dl class="section see"><dt>See also</dt><dd><a class="elRef" href="https://www.itk.org/Doxygen/html/classitk_1_1ImageToImageFilter.html">ImageToImageFilter</a></dd>
123123
<dd>

0 commit comments

Comments
 (0)