Skip to content

Commit

Permalink
Updated devel/ subdirectory with latest tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluengo committed Feb 9, 2025
1 parent ca38074 commit a302909
Show file tree
Hide file tree
Showing 241 changed files with 36,422 additions and 20,811 deletions.
429 changes: 228 additions & 201 deletions devel/analysis.html

Large diffs are not rendered by default.

419 changes: 231 additions & 188 deletions devel/binary.html

Large diffs are not rendered by default.

136 changes: 74 additions & 62 deletions devel/boundary.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion devel/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1>Classes</h1>
<li>struct <a href="dip-FreeTypeTool.html#dip-FreeTypeTool-TextInfo" class="m-doc">TextInfo</a><br><span class="m-doc">Data structure returned by <a href="dip-FreeTypeTool.html#dip-FreeTypeTool-DrawText-String-CL-dfloat-"><code>dip::FreeTypeTool::DrawText</code></a>.</span></li>
</ul>
</li>
<li>struct <a href="numeric.html#dip-GaussianParameters" class="m-doc">GaussianParameters</a><br><span class="m-doc">Parameters defining a 1D Gaussian. Returned by <a href="numeric.html#dip-GaussianMixtureModel-ConstSampleIterator&lt;dfloat&gt;--SampleIterator&lt;dfloat&gt;--dip-uint--dip-uint--dip-uint--Option-Periodicity-"><code>dip::GaussianMixtureModel</code></a>.</span></li>
<li>struct <a href="numeric.html#dip-GaussianParameters" class="m-doc">GaussianParameters</a><br><span class="m-doc">Parameters defining a 1D Gaussian. Returned by <a href="numeric.html#dip-GaussianMixtureModel-ConstSampleIterator%3Cdfloat%3E--SampleIterator%3Cdfloat%3E--dip-uint--dip-uint--dip-uint--Option-Periodicity-"><code>dip::GaussianMixtureModel</code></a>.</span></li>
<li>class <a href="dip-GaussianRandomGenerator.html" class="m-doc">GaussianRandomGenerator</a><br><span class="m-doc">Generates random floating-point values taken from a normal distribution.</span></li>
<li>class <a href="dip-GenericImageIterator-T.html" class="m-doc">GenericImageIterator</a><br><span class="m-doc">A data-type&ndash;agnostic version of <a href="dip-ImageIterator-T.html"><code>dip::ImageIterator</code></a>. Use this iterator only to write code that
does not know at compile-time what the data type of the image is.</span></li>
Expand Down
37 changes: 26 additions & 11 deletions devel/colorspaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,38 @@ <h2>Classes</h2>
<section id="alias-members">
<h2>Aliases</h2>
<dl class="m-doc">
<dt id="dip-XYZ">
using <a href="#dip-XYZ" class="m-doc-self">dip::<wbr />XYZ</a> = std::array&lt;dfloat, 3&gt;

</dt>
<dd>An XYZ triplet, used to specify a white point for color spaces.</dd>
<dt id="dip-xy">
using <a href="#dip-xy" class="m-doc-self">dip::<wbr />xy</a> = std::array&lt;dfloat, 2&gt;

<dt>
using <a href="#dip-xy" class="m-doc">dip::<wbr />xy</a> = std::array&lt;dfloat, 2&gt;
</dt>
<dd>A color, as (x,y) chromaticity coordinates, used to specify a white point for color spaces.</dd>
<dt id="dip-XYZMatrix">
using <a href="#dip-XYZMatrix" class="m-doc-self">dip::<wbr />XYZMatrix</a> = std::array&lt;dfloat, 9&gt;

<dt>
using <a href="#dip-XYZ" class="m-doc">dip::<wbr />XYZ</a> = std::array&lt;dfloat, 3&gt;
</dt>
<dd>An XYZ triplet, used to specify a white point for color spaces.</dd>
<dt>
using <a href="#dip-XYZMatrix" class="m-doc">dip::<wbr />XYZMatrix</a> = std::array&lt;dfloat, 9&gt;
</dt>
<dd>XYZ matrix (3x3 matrix, column-major order) for conversion between RGB and XYZ. Computed from a <a href="colorspaces.html#dip-XYZ"><code>dip::XYZ</code></a> triplet.</dd>
</dl>
</section>
<section>
<h2>Alias documentation</h2>
<section class="m-doc-details" id="dip-XYZ"><div>
<h3>
<span class="m-doc-return">using </span><span class="m-doc-name"><a href="#dip-XYZ" class="m-doc-self">dip::<wbr />XYZ</a></span> = std::array&lt;dfloat, 3&gt; </h3>
<p>An XYZ triplet, used to specify a white point for color spaces.</p>
</div></section>
<section class="m-doc-details" id="dip-xy"><div>
<h3>
<span class="m-doc-return">using </span><span class="m-doc-name"><a href="#dip-xy" class="m-doc-self">dip::<wbr />xy</a></span> = std::array&lt;dfloat, 2&gt; </h3>
<p>A color, as (x,y) chromaticity coordinates, used to specify a white point for color spaces.</p>
</div></section>
<section class="m-doc-details" id="dip-XYZMatrix"><div>
<h3>
<span class="m-doc-return">using </span><span class="m-doc-name"><a href="#dip-XYZMatrix" class="m-doc-self">dip::<wbr />XYZMatrix</a></span> = std::array&lt;dfloat, 9&gt; </h3>
<p>XYZ matrix (3x3 matrix, column-major order) for conversion between RGB and XYZ. Computed from a <a href="colorspaces.html#dip-XYZ"><code>dip::XYZ</code></a> triplet.</p>
</div></section>
</section>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit a302909

Please sign in to comment.