Skip to content

Commit

Permalink
build based on 0fb4bd3
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 26, 2024
1 parent b6c88bd commit a2d0ed3
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-26T20:26:44","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-26T21:03:17","documenter_version":"1.2.1"}}
10 changes: 5 additions & 5 deletions dev/api/index.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dev/generated/augmentations.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dev/generated/augmentations/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/generated/example/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/generated/heatmapping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
mosaic(heatmaps; nrow=10)</code></pre><img src="63892787.png" alt="Example block output"/><div class="admonition is-info"><header class="admonition-header">Output type consistency</header><div class="admonition-body"><p>To obtain a singleton <code>Vector</code> containing a single heatmap for non-batched inputs, use the <code>heatmap</code> keyword argument <code>unpack_singleton=false</code>.</p></div></div><h2 id="Processing-heatmaps"><a class="docs-heading-anchor" href="#Processing-heatmaps">Processing heatmaps</a><a id="Processing-heatmaps-1"></a><a class="docs-heading-anchor-permalink" href="#Processing-heatmaps" title="Permalink"></a></h2><p>Heatmapping makes use of the <a href="https://github.com/JuliaImages">Julia-based image processing ecosystem Images.jl</a>.</p><p>If you want to further process heatmaps, you may benefit from reading about some <a href="https://juliaimages.org/latest/tutorials/quickstart/">fundamental conventions</a> that the ecosystem utilizes that are different from how images are typically represented in OpenCV, MATLAB, ImageJ or Python.</p><h2 id="Saving-heatmaps"><a class="docs-heading-anchor" href="#Saving-heatmaps">Saving heatmaps</a><a id="Saving-heatmaps-1"></a><a class="docs-heading-anchor-permalink" href="#Saving-heatmaps" title="Permalink"></a></h2><p>Since heatmaps are regular Images.jl images, they can be saved as such:</p><pre><code class="language-julia hljs">using FileIO

img = heatmap(input, analyzer)
save(&quot;heatmap.png&quot;, img)</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../example/">« Getting started</a><a class="docs-footer-nextpage" href="../augmentations/">Input augmentations »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Friday 26 January 2024 20:26">Friday 26 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
save(&quot;heatmap.png&quot;, img)</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../example/">« Getting started</a><a class="docs-footer-nextpage" href="../augmentations/">Input augmentations »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Friday 26 January 2024 21:03">Friday 26 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/search_index.js

Large diffs are not rendered by default.

0 comments on commit a2d0ed3

Please sign in to comment.