Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: "visualization"
---

# Visualization Example 4: Display Images Converted to Open Inventor Scene Objects
This example shows how to convert images to Open Inventor scene objects using the module `SoView2D` and modules based on `SoView2D`.
This example shows how to convert a slice or slab of voxel images to 2D renderings on the screen using the module `SoView2D` and modules based on SoView2DExtension.
![Screenshot](examples/visualization/example4/image.png)

# Download
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ menu:
{{< youtube "WaD6zuvVNek" >}}

## Introduction
In the previous example you learned how to use the module `SoView2DOverlay` together with a `View2D`. MeVisLab provides a whole family of `SoView2D*` modules (`SoView2DOverlay`, `SoView2DRectangle`, `SoView2DGrid`, ...). All these modules create or interact with scene objects and are based on the module `SoView2D`, which can convert a voxel image into a scene object. In this example, you will get to know some members of the `SoView2D` family.
In the previous example you learned how to use the module `SoView2DOverlay` together with a `View2D`. MeVisLab provides a whole family of `SoView2D*` modules (`SoView2DOverlay`, `SoView2DRectangle`, `SoView2DGrid`, ...). These modules are derived from SoView2DExtension, which extends the SoView2D with specialized interaction and rendering. `SoView2D` itself renders a slice or a slab of a voxel image as a 2D image on the screen.

{{<alert class="info" caption="Extra Infos">}}

Expand Down
Loading