Skip to content

Commit 9607a60

Browse files
committed
deploy: 849957c
1 parent 11f24b2 commit 9607a60

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

pull/134/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@
133133
<a style=font-size:20px href=https://mevislab.github.io/examples/pull/134/tags/visualization class=card-text>Visualization <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(17)</span></a>
134134
<a style=font-size:12px href=https://mevislab.github.io/examples/pull/134/tags/volume-rendering class=card-text>Volume Rendering <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(3)</span></a>
135135
<a style=font-size:10px href=https://mevislab.github.io/examples/pull/134/tags/web class=card-text>Web <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(1)</span></a>
136-
<a style=font-size:12px href=https://mevislab.github.io/examples/pull/134/tags/webcam class=card-text>WebCam <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(3)</span></a>
136+
<a style=font-size:12px href=https://mevislab.github.io/examples/pull/134/tags/webcam class=card-text>Webcam <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(3)</span></a>
137137
<a style=font-size:16px href=https://mevislab.github.io/examples/pull/134/tags/wem class=card-text>WEM <span style=color:#aaa;font-size:12px;text-decoration:none;font-weight:400>(6)</span></a>
138138
<a style=font-size:10px href=https://mevislab.github.io/examples/pull/134/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/134/js/bundle.min.js defer></script><script>hljs.highlightAll(),hljs.configure({ignoreUnescapedHTML:!0}),hljs.addPlugin(new CopyButtonPlugin)</script></footer></body></html>

pull/134/index.json

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

pull/134/tags/index.xml

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

pull/134/tags/webcam/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pull/134/tags/webcam/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>WebCam on MeVisLab Examples</title><link>https://mevislab.github.io/examples/pull/134/tags/webcam/</link><description>Recent content in WebCam on MeVisLab Examples</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 16 May 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://mevislab.github.io/examples/pull/134/tags/webcam/index.xml" rel="self" type="application/rss+xml"/><item><title>Example 1: Webcam Access with OpenCV</title><link>https://mevislab.github.io/examples/pull/134/tutorials/thirdparty/opencv/thirdpartyexample1/</link><pubDate>Wed, 15 Jun 2022 08:56:33 +0200</pubDate><guid>https://mevislab.github.io/examples/pull/134/tutorials/thirdparty/opencv/thirdpartyexample1/</guid><description>&lt;h1 id="example-1-webcam-access-with-opencv"&gt;Example 1: Webcam Access with OpenCV&lt;/h1&gt;
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Webcam on MeVisLab Examples</title><link>https://mevislab.github.io/examples/pull/134/tags/webcam/</link><description>Recent content in Webcam on MeVisLab Examples</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 16 May 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://mevislab.github.io/examples/pull/134/tags/webcam/index.xml" rel="self" type="application/rss+xml"/><item><title>Example 1: Webcam Access with OpenCV</title><link>https://mevislab.github.io/examples/pull/134/tutorials/thirdparty/opencv/thirdpartyexample1/</link><pubDate>Wed, 15 Jun 2022 08:56:33 +0200</pubDate><guid>https://mevislab.github.io/examples/pull/134/tutorials/thirdparty/opencv/thirdpartyexample1/</guid><description>&lt;h1 id="example-1-webcam-access-with-opencv"&gt;Example 1: Webcam Access with OpenCV&lt;/h1&gt;
22
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
33
&lt;p&gt;In this example, we are using the &lt;code&gt;PythonImage&lt;/code&gt; module and access your webcam to show the video in a &lt;code&gt;View2D&lt;/code&gt;.&lt;/p&gt;
44
&lt;h2 id="steps-to-do"&gt;Steps to Do&lt;/h2&gt;

pull/134/tutorials/summary/summary3/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,11 @@
366366
}
367367
Field selected3DView {
368368
type = Enum
369-
values = Segmented,File,Both
369+
items {
370+
item Segmented {}
371+
item File {}
372+
item Both {}
373+
}
370374
}
371375
Field totalVolume {
372376
internalName = CalculateVolume.totalVolume

pull/134/tutorials/summary/summary8/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@
100100
}
101101
Field selected3DView {
102102
type = Enum
103-
values = Segmented,File,Both
103+
items {
104+
item Segmented {}
105+
item File {}
106+
item Both {}
107+
}
104108
}
105109
Field totalVolume {
106110
internalName = CalculateVolume.totalVolume

0 commit comments

Comments
 (0)