Extract oblique slice from 3-D volumetric data
extracts 2-D oblique slice from a 3-D volumetric data B
= obliqueslice(V
,point
,normal
)V
. The slice is
extracted with reference to a given point on the volume and a normal vector. The slicing
plane is perpendicular to the normal vector and passes through the specified point.
For information about how the slice is extracted with respect to the given point and the normal, see Oblique Slicing. The orientation of the extracted slice in image plane depend on its position in the 3-D coordinate space. For more information, see Orientation of Slice in Image Plane.
specifies options using one or more name-value arguments in addition to the input arguments
in the previous syntax.B
= obliqueslice(___,Name,Value
)