Skip to content

Commit 8d84062

Browse files
committed
deploy: f38d7cb
1 parent 9148cfb commit 8d84062

16 files changed

Lines changed: 40 additions & 40 deletions

File tree

pull/139/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@
135135
<a style=font-size:20px href=https://mevislab.github.io/examples/pull/139/tags/visualization class=card-text>Visualization <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(17)</span></a>
136136
<a style=font-size:12px href=https://mevislab.github.io/examples/pull/139/tags/volume-rendering class=card-text>Volume Rendering <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(3)</span></a>
137137
<a style=font-size:10px href=https://mevislab.github.io/examples/pull/139/tags/web class=card-text>Web <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(1)</span></a>
138-
<a style=font-size:12px href=https://mevislab.github.io/examples/pull/139/tags/webcam class=card-text>Webcam <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(3)</span></a>
138+
<a style=font-size:12px href=https://mevislab.github.io/examples/pull/139/tags/webcam class=card-text>WebCam <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(3)</span></a>
139139
<a style=font-size:16px href=https://mevislab.github.io/examples/pull/139/tags/wem class=card-text>WEM <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(6)</span></a>
140140
<a style=font-size:10px href=https://mevislab.github.io/examples/pull/139/tags/workspace class=card-text>Workspace <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(1)</span></a></div></div></div></div></div><footer class="footer fixed-bottom mt-auto py-3"><div class="row footer-text"><div class="col-12 col-md text-center text-md-left text-white">&copy; Copyright 2026 <a href=https://www.mevis.de target=_blank>MeVis Medical Solutions AG</a> | <a href=https://www.mevislab.de/imprint target=_blank>Imprint</a> | <a href=https://www.mevislab.de target=_blank>https://www.mevislab.de</a></div></div><script src=https://mevislab.github.io/examples/pull/139/js/bundle.min.js defer></script><script>hljs.highlightAll(),hljs.configure({ignoreUnescapedHTML:!0}),hljs.addPlugin(new CopyButtonPlugin)</script></footer></body></html>

pull/139/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pull/139/tags/advanced/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pull/139/tags/advanced/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
&lt;svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Important Information:"&gt;&lt;use xlink:href="#info-fill"/&gt;&lt;/svg&gt;
171171
&lt;div&gt;
172172
&lt;b&gt;Important Information:&amp;nbsp;&lt;/b&gt;
173-
Make sure to use a compiler that is compatible to your currently installed MeVisLab version.
173+
Make sure to use a compiler that is compatible with your currently installed MeVisLab version.
174174
&lt;/div&gt;
175175
&lt;/div&gt;
176176
&lt;h3 id="ml-modules-on-the-c-level"&gt;ML Modules on the C++ Level&lt;/h3&gt;
@@ -181,9 +181,9 @@
181181
&lt;/ul&gt;
182182
&lt;h3 id="open-inventor-modules-on-the-c-level"&gt;Open Inventor Modules on the C++ Level&lt;/h3&gt;
183183
&lt;ul&gt;
184-
&lt;li&gt;Most Open Inventor modules are objects derived from class SoNode defined in the Open Inventor library.&lt;/li&gt;
185-
&lt;li&gt;Open Inventor inputs and outputs are connectors to objects derived from class SoNode defined in the Open Inventor library. Many Open Inventor modules will return themselves as outputs (“self”). On inputs, they may have connectors to child Open Inventor modules.&lt;/li&gt;
186-
&lt;li&gt;Some Open Inventor modules are objects derived from class SoEngine. They are used for calculations and return their output not via output connectors but via fields.&lt;/li&gt;
184+
&lt;li&gt;Most Open Inventor modules are objects derived from class SoNode, defined in the Open Inventor library.&lt;/li&gt;
185+
&lt;li&gt;Open Inventor inputs and outputs are connectors to objects derived from class SoNode, defined in the Open Inventor library. Many Open Inventor modules will return themselves as outputs (“self”). On inputs, they may have connectors to child Open Inventor modules.&lt;/li&gt;
186+
&lt;li&gt;Some Open Inventor modules are objects derived from class SoEngine. They are used for calculations and return their output not via output connectors but via parameter fields.&lt;/li&gt;
187187
&lt;li&gt;Open Inventor modules may also have input and output connectors to Base objects and Image objects.&lt;/li&gt;
188188
&lt;li&gt;All standard Open Inventor nodes defined in the Open Inventor library are available in MeVisLab as Open Inventor modules.&lt;/li&gt;
189189
&lt;/ul&gt;
@@ -193,7 +193,7 @@
193193
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
194194
&lt;p&gt;In this example, we develop our own C++ ML module, which adds a constant value to each voxel of the given input image.&lt;/p&gt;
195195
&lt;h2 id="steps-to-do"&gt;Steps to Do&lt;/h2&gt;
196-
&lt;h3 id="create-a-new-ml-module"&gt;Create a new ML Module&lt;/h3&gt;
196+
&lt;h3 id="create-a-new-ml-module"&gt;Create a New ML Module&lt;/h3&gt;
197197
&lt;p&gt;Before creating the module, make sure to have your own user package available. See &lt;a href="tutorials/basicmechanisms/macromodules/package/"&gt;Package creation&lt;/a&gt; for details about Packages.&lt;/p&gt;</description></item><item><title>Example 4: Subtracting 3D Surface Objects</title><link>https://mevislab.github.io/examples/pull/139/tutorials/image_processing/image_processing4/</link><pubDate>Wed, 15 Jun 2022 08:56:33 +0200</pubDate><guid>https://mevislab.github.io/examples/pull/139/tutorials/image_processing/image_processing4/</guid><description>&lt;h1 id="example-4-subtracting-3d-objects"&gt;Example 4: Subtracting 3D Objects&lt;/h1&gt;
198198
&lt;div class="alert alert-secondary d-flex align-items-center" role="alert"&gt;
199199
&lt;div&gt;

pull/139/tags/c++/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pull/139/tags/c++/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
&lt;svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Important Information:"&gt;&lt;use xlink:href="#info-fill"/&gt;&lt;/svg&gt;
2222
&lt;div&gt;
2323
&lt;b&gt;Important Information:&amp;nbsp;&lt;/b&gt;
24-
Make sure to use a compiler that is compatible to your currently installed MeVisLab version.
24+
Make sure to use a compiler that is compatible with your currently installed MeVisLab version.
2525
&lt;/div&gt;
2626
&lt;/div&gt;
2727
&lt;h3 id="ml-modules-on-the-c-level"&gt;ML Modules on the C++ Level&lt;/h3&gt;
@@ -32,9 +32,9 @@
3232
&lt;/ul&gt;
3333
&lt;h3 id="open-inventor-modules-on-the-c-level"&gt;Open Inventor Modules on the C++ Level&lt;/h3&gt;
3434
&lt;ul&gt;
35-
&lt;li&gt;Most Open Inventor modules are objects derived from class SoNode defined in the Open Inventor library.&lt;/li&gt;
36-
&lt;li&gt;Open Inventor inputs and outputs are connectors to objects derived from class SoNode defined in the Open Inventor library. Many Open Inventor modules will return themselves as outputs (“self”). On inputs, they may have connectors to child Open Inventor modules.&lt;/li&gt;
37-
&lt;li&gt;Some Open Inventor modules are objects derived from class SoEngine. They are used for calculations and return their output not via output connectors but via fields.&lt;/li&gt;
35+
&lt;li&gt;Most Open Inventor modules are objects derived from class SoNode, defined in the Open Inventor library.&lt;/li&gt;
36+
&lt;li&gt;Open Inventor inputs and outputs are connectors to objects derived from class SoNode, defined in the Open Inventor library. Many Open Inventor modules will return themselves as outputs (“self”). On inputs, they may have connectors to child Open Inventor modules.&lt;/li&gt;
37+
&lt;li&gt;Some Open Inventor modules are objects derived from class SoEngine. They are used for calculations and return their output not via output connectors but via parameter fields.&lt;/li&gt;
3838
&lt;li&gt;Open Inventor modules may also have input and output connectors to Base objects and Image objects.&lt;/li&gt;
3939
&lt;li&gt;All standard Open Inventor nodes defined in the Open Inventor library are available in MeVisLab as Open Inventor modules.&lt;/li&gt;
4040
&lt;/ul&gt;
@@ -44,5 +44,5 @@
4444
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
4545
&lt;p&gt;In this example, we develop our own C++ ML module, which adds a constant value to each voxel of the given input image.&lt;/p&gt;
4646
&lt;h2 id="steps-to-do"&gt;Steps to Do&lt;/h2&gt;
47-
&lt;h3 id="create-a-new-ml-module"&gt;Create a new ML Module&lt;/h3&gt;
47+
&lt;h3 id="create-a-new-ml-module"&gt;Create a New ML Module&lt;/h3&gt;
4848
&lt;p&gt;Before creating the module, make sure to have your own user package available. See &lt;a href="tutorials/basicmechanisms/macromodules/package/"&gt;Package creation&lt;/a&gt; for details about Packages.&lt;/p&gt;</description></item></channel></rss>

pull/139/tags/image-processing/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pull/139/tags/image-processing/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
&lt;svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Important Information:"&gt;&lt;use xlink:href="#info-fill"/&gt;&lt;/svg&gt;
3636
&lt;div&gt;
3737
&lt;b&gt;Important Information:&amp;nbsp;&lt;/b&gt;
38-
Make sure to use a compiler that is compatible to your currently installed MeVisLab version.
38+
Make sure to use a compiler that is compatible with your currently installed MeVisLab version.
3939
&lt;/div&gt;
4040
&lt;/div&gt;
4141
&lt;h3 id="ml-modules-on-the-c-level"&gt;ML Modules on the C++ Level&lt;/h3&gt;
@@ -46,9 +46,9 @@
4646
&lt;/ul&gt;
4747
&lt;h3 id="open-inventor-modules-on-the-c-level"&gt;Open Inventor Modules on the C++ Level&lt;/h3&gt;
4848
&lt;ul&gt;
49-
&lt;li&gt;Most Open Inventor modules are objects derived from class SoNode defined in the Open Inventor library.&lt;/li&gt;
50-
&lt;li&gt;Open Inventor inputs and outputs are connectors to objects derived from class SoNode defined in the Open Inventor library. Many Open Inventor modules will return themselves as outputs (“self”). On inputs, they may have connectors to child Open Inventor modules.&lt;/li&gt;
51-
&lt;li&gt;Some Open Inventor modules are objects derived from class SoEngine. They are used for calculations and return their output not via output connectors but via fields.&lt;/li&gt;
49+
&lt;li&gt;Most Open Inventor modules are objects derived from class SoNode, defined in the Open Inventor library.&lt;/li&gt;
50+
&lt;li&gt;Open Inventor inputs and outputs are connectors to objects derived from class SoNode, defined in the Open Inventor library. Many Open Inventor modules will return themselves as outputs (“self”). On inputs, they may have connectors to child Open Inventor modules.&lt;/li&gt;
51+
&lt;li&gt;Some Open Inventor modules are objects derived from class SoEngine. They are used for calculations and return their output not via output connectors but via parameter fields.&lt;/li&gt;
5252
&lt;li&gt;Open Inventor modules may also have input and output connectors to Base objects and Image objects.&lt;/li&gt;
5353
&lt;li&gt;All standard Open Inventor nodes defined in the Open Inventor library are available in MeVisLab as Open Inventor modules.&lt;/li&gt;
5454
&lt;/ul&gt;
@@ -58,7 +58,7 @@
5858
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
5959
&lt;p&gt;In this example, we develop our own C++ ML module, which adds a constant value to each voxel of the given input image.&lt;/p&gt;
6060
&lt;h2 id="steps-to-do"&gt;Steps to Do&lt;/h2&gt;
61-
&lt;h3 id="create-a-new-ml-module"&gt;Create a new ML Module&lt;/h3&gt;
61+
&lt;h3 id="create-a-new-ml-module"&gt;Create a New ML Module&lt;/h3&gt;
6262
&lt;p&gt;Before creating the module, make sure to have your own user package available. See &lt;a href="tutorials/basicmechanisms/macromodules/package/"&gt;Package creation&lt;/a&gt; for details about Packages.&lt;/p&gt;</description></item><item><title>Example 1: Applying Scalar Functions to Two Images</title><link>https://mevislab.github.io/examples/pull/139/tutorials/image_processing/image_processing1/</link><pubDate>Wed, 15 Jun 2022 08:56:33 +0200</pubDate><guid>https://mevislab.github.io/examples/pull/139/tutorials/image_processing/image_processing1/</guid><description>&lt;h1 id="example-1-arithmetic-operations-on-two-images"&gt;Example 1: Arithmetic Operations on Two Images&lt;/h1&gt;
6363
&lt;div class="alert alert-secondary d-flex align-items-center" role="alert"&gt;
6464
&lt;div&gt;

pull/139/tags/index.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)