Skip to content

Commit

Permalink
build based on 74ad225
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 11, 2024
1 parent c002391 commit 345269d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 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.11.0","generation_timestamp":"2024-10-11T15:07:18","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-11T15:20:53","documenter_version":"1.7.0"}}
8 changes: 4 additions & 4 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 @@ -33,4 +33,4 @@
mosaic(heatmaps; nrow=5)</code></pre><img src="ca3a1608.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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Friday 11 October 2024 15:07">Friday 11 October 2024</span>. Using Julia version 1.11.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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Friday 11 October 2024 15:20">Friday 11 October 2024</span>. Using Julia version 1.11.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.

0 comments on commit 345269d

Please sign in to comment.