Region of Interest (rockverse.region)#

Provides classes to define abstract Regions of Interest (ROIs) within VoxelImage objects. ROIs are used to focus computational operations on specific subsections of the voxel data, allowing for more efficient and targeted analysis. By defining ROIs, you can limit processing to only the voxels inside these regions, which is particularly useful for large-scale digital rock simulations and petrophysical analyses.

Classes#

Sphere(p, r[, region])

Defines spherical region of interest.

Cylinder(p, v, r[, l, region])

Defines cylindrical region of interest.