Click or drag to resize
SoProxyDataAdapterroi Property

Defines a region of interest (ROI) in voxels on the original image.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBox4i32 roi { get; }

Property Value

Type: SoSFBox4i32
Remarks

Default value is an empty box. The box is defined by a 'min' corner and a 'max' corner. If the specified box is larger than the image, the box is clamped to the dimensions of the image.

Example for an 512x512 image and a {min=(256,256), max=(400,600)}-box, the resulting box will be {min=(256,256), max=(400,512)}-box.

See Also