You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mevislab.github.io/content/contact.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ draft: false
10
10
Having any questions on MeVisLab Licensing? Please contact the [MeVisLab Sales Team](mailto://sales@mevislab.de)
11
11
12
12
#### MeVisLab Forum
13
-
Searching for a forum to ask your specific MeVisLab questions? Having trouble with functionalities? Ask [here](https://forum.mevislab.de)! Someone else might know the answer. If not - one of our developers will help you out!
13
+
Searching for a forum to ask your specific MeVisLab questions? Having trouble with functionalities? Ask [here](https://forum.mevislab.de)! Someone else might know the answer. If not — one of our developers will help you out!
14
14
15
15
#### General Questions
16
16
General questions regarding MeVisLab? Don't hesitate to contact the [MeVisLab Team](mailto://info@mevislab.de).
17
17
18
18
#### YouTube
19
-
Also: If you haven't yet - have a look at our [YouTube Channel](https://www.youtube.com/channel/UCUGi64NseroIGjga8l7EX8g). You will find a variety of helpful tutorials provided to you by the MeVisLab Team.
19
+
Also: If you haven't yet — have a look at our [YouTube Channel](https://www.youtube.com/channel/UCUGi64NseroIGjga8l7EX8g). You will find a variety of helpful tutorials provided to you by the MeVisLab Team.
Copy file name to clipboardExpand all lines: mevislab.github.io/content/examples/basic_mechanisms/contour_filter/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Additionally, the images are modified by a local macro module `Filter` and shown
13
13
14
14
In order to display the same slice (unchanged and changed), the module `SyncFloat` is used to synchronize the field value <field>startSlice</field> in both viewers. The `SyncFloat` module duplicates the value <field>Float1</field> to the field <field>Float2</field> if it differs by <field>Epsilon</field>.
Copy file name to clipboardExpand all lines: mevislab.github.io/content/examples/basic_mechanisms/macro_modules_and_module_interaction/example1/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ category: "basic_mechanisms"
8
8
This example contains an entire package structure. Inside, you can find the example contour filter for which a panel was created.
9
9
10
10
## Summary
11
-
A new macro module `Filter` has been created. Initially, macro modules do not provide an own panel containing user interface elements such as buttons. The *Automatic Panel* is shown on double-clicking the module providing the name of the module.
11
+
A new macro module `Filter` has been created. Initially, macro modules do not provide an own panel containing user interface elements such as buttons. The *Automatic Panel* is shown on double-clicking {{< mousebutton "left" >}} the module providing the name of the module.
12
12
13
13
In this example we update the *.script* file of the `Filter` module to display the <field>Kernel</field> field of the `Convolution` module within its network.
Copy file name to clipboardExpand all lines: mevislab.github.io/content/examples/basic_mechanisms/macro_modules_and_module_interaction/example2/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ A new macro module `IsoCSOs` is created providing two viewers in its internal ne
12
12
13
13
To showcase how Python functions can be implemented in MeVisLab and called from within a module, additional buttons to browse directories and create contours via the `CSOIsoGenerator` are added. Lastly, a field listener is implemented that reacts to field changes by colorizing contours when the user hovers over them with the mouse.

18
18
19
19
# Download
20
20
The files need to be added to a package. You can download the example network [here](examples/basic_mechanisms/macro_modules_and_module_interaction/example2/ScriptingExample2.zip)
Copy file name to clipboardExpand all lines: mevislab.github.io/content/examples/data_objects/contours/example2/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ In this example, semiautomatic countours are created using the `SoCSOLiveWireEdi
12
12
13
13
Additional contours between the manually created ones are generated by the `CSOSliceInterpolator` and added to the `CSOManager`. Different groups of contours are created for the left and right lobe of the lung and colored respectively.

16
16
17
17
# Download
18
18
You can download the example network [here](examples/data_objects/contours/example2/ContourExample2.mlab)

18
18
19
19
# Download
20
20
You can download the example network [here](examples/data_objects/contours/example3/ContourExample3.mlab)
Copy file name to clipboardExpand all lines: mevislab.github.io/content/examples/data_objects/contours/example4/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This example shows how to add annotations to an image.
10
10
## Summary
11
11
In this example, the network of **Contour Example 3** is extended, so that the volume of the 3D mask generated by the `VoxelizeCSO` module is calculated. The `CalculateVolume` module counts the number of voxels in the given mask and returns the correct volume in ml. The calculated volume will be used for a custom `SoView2DAnnotation` displayed in the `View2D`.

14
14
15
15
# Download
16
16
You can download the example network [here](examples/data_objects/contours/example4/ContourExample4.mlab)
0 commit comments