Main Content
isROI
Determine if label types are ROI labels
Syntax
Description
returns a logical array that indicates which elements in
tf
= isROI(labelTypes
)labelTypes
are ROI
label types.
isROI
returns logical 1
(true) for
ROI
labels and otherwise returns logical
0
(false). Valid ROI
label types are
Rectangle
,
Cuboid
,ProjectedCuboid
,
Line
, Voxel
and
PixelLabel
.
Input Arguments
Version History
Introduced in R2017a