Spatial extents of 3-D cuboidal region
A Cuboid
object stores the spatial extents of a 3-D volumetric
image.
You can create a Cuboid
object in several ways.
centerCropWindow3d
— Create a Cuboid
of a specified size
whose position is centered on an image.
randomCropWindow3d
— Create a Cuboid
of a specified size
whose position is selected randomly from inside an image.
Running the command
c = images.spatialref.Cuboid(XLimits,YLimits,ZLimits);
Cuboid
object and sets the XLimits
, YLimits
, and ZLimits
properties.centerCropWindow3d
| imcrop3
| randomCropWindow3d
| Rectangle