Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
Region of Interest

VolumeViz supports clipping the volume against a rectangular region of voxels. The region of interest (ROI) node, SoROI, specifies a subvolume in voxel (IJK) coordinates. This subvolume effects both data management and rendering. First, VolumeViz will only load data tiles that intersect this subvolume. So ROI is an important tool for limiting the number of tiles that must be loaded. For very large volumes this means that, for the same amount of system/GPU memory, higher resolution tiles can be loaded providing higher image quality. Second, VolumeViz will clip all volume primitives to the specified region. For SoVolumeSkin this means that the "faces" of the ROI will be rendered. This allows the ROI to be used as a "probe" to examine a region of the volume or as a "clipplane" for cutting away part of the volume. For axis aligned clipping, SoROI is much more efficient than SoClipPlane. Only one ROI can apply to each rendering node at any given time, but one ROI can apply to all rendering nodes or each rendering node can have its own ROI.

Moviing a probe through the volume is a common requirement for seismic applications. Note that the rendering of the probe can easily be switched from opaque faces (SoVolumeSkin) to volume rendering (SoVolumeRender) using an SoSwitch node. Moving a "thick slice" (or "thin slab") through the volume is a common requirement for medical applications. To define a simple ROI, set the limits of the ROI in the box field (and do not set the subvolume field).

Open Inventor draggers (see SoDragger and subclasses) can be used to move and resize the ROI. For convenience VolumeViz provides a manipulator node, SoROIManip, that combines a region of interest with an SoTabBoxDragger as shown in the figure below. This tools allows the user to move the ROI by clicking on a face or resize the ROI by clicking on one of the green "tabs".

Volume “probe” using SoROI with seismic data

Figure: Clipping medical data using the SoROI node.