Skip to content

Commit

Permalink
MVL-589: Review comments by Samaa
Browse files Browse the repository at this point in the history
  • Loading branch information
sahehb committed Oct 12, 2023
1 parent 7db5547 commit d9fcf74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Each `SoCSO*Editor` requires a `SoView2DCSOExtensibleEditor` which manages attac

The appearance of the CSO can be defined by using a `SoCSOVisualizationSettings` module.

CSOs can also be grouped together. The following image shows two different CSO groups. Groups can be used to organize CSOs, in this case to distinguish the CSOs of the right and the left lung. [Here](/tutorials/dataobjects/contours/contours/contourexample2/) you can find more information about CSO Groups.
CSOs can also be grouped together. The following image shows two different CSO groups. Groups can be used to organize CSOs, in this case to distinguish the CSOs of the right and the left lung. [Here](/tutorials/dataobjects/contours/contourexample2/) you can find more information about CSO Groups.

![CSO Groups](/images/tutorials/dataobjects/contours/DO2_11_2.png "CSO Groups")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ The result can be seen in `View2D1`.

![Overlay](/images/tutorials/dataobjects/contours/DO3_03.png "Overlay")

Next, we like to inspect the marked lobe of the lunge. This means, we
Next, we like to inspect the marked lobe of the lung. This means, we
like to inspect the object, build out of CSOs. In order to do that, add
the `View3D` module. The 3D version of your lung can be seen in the
the `View3D` module. The 3D version of the lung can be seen in the
viewer.

![Additional 3D Viewer](/images/tutorials/dataobjects/contours/DO3_04.png "Additional 3D Viewer")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ menu:

## Introduction
In this example we like to calculate the volume of our object, in this
case the part of the lunge we have segmented.
case the part of the lung we have segmented.

## Steps to do
### Develop your network and calculate the lunge volume
### Develop your network and calculate the lung volume
Add the module `CalculateVolume` and `SoView2DAnnotation` to your workspace
and connect both modules as shown. Update the module `CalculateVolume`,
which directly shows the volume of our object.
Expand Down

0 comments on commit d9fcf74

Please sign in to comment.