SoProxyDataAdapterroi Property |
Defines a region of interest (ROI) in voxels on the original image.
Namespace: OIV.ImageViz.Nodes.Images
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.