Uses of Class
com.openinventor.imageviz.SbImageDataAccessor.SubVolumeRegion
-
Packages that use SbImageDataAccessor.SubVolumeRegion Package Description com.openinventor.imageviz The ImageViz extension allows easy integration of advanced 2D and 3D image processing and analysis capabilities into imaging software applications. -
-
Uses of SbImageDataAccessor.SubVolumeRegion in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SbImageDataAccessor.SubVolumeRegion Modifier and Type Method Description static SbImageDataAccessor.SubVolumeRegion
SbImageDataAccessor. createFullRegion(SoImageDataAdapter image)
Helper to create aSubVolumeRegion
corresponding to the whole region of the given image.static SbImageDataAccessor.SubVolumeRegion
SbImageDataAccessor. createSliceRegion(SoImageDataAdapter image, int sliceNumber)
Helper to create aSubVolumeRegion
corresponding to one slice of the given image.
-