Measure properties of 3-D volumetric image regions
measures a set of properties for each connected component (object) in the 3-D
volumetric binary image stats
= regionprops3(BW
,properties
)BW
. The output
stats
denote different properties for each object.
For all syntaxes, if you do not specify the properties
argument, regionprops3
returns the 'Volume'
,
'Centroid'
, and 'BoundingBox'
measurements.
measures a set of properties for each connected component (object) in
stats
= regionprops3(CC
,properties
)CC
, which is a structure returned by bwconncomp
.
measures a set of properties for each labeled region in the 3-D label image
stats
= regionprops3(L
,properties
)L
.
[1] Lehmann, Gaetan and David Legland. Efficient N-Dimensional surface estimation using Crofton formula and run-length encoding, The Insight Journal, 2012. (https://insight-journal.org/browse/publication/852)
[2] Shoemake, Ken, Graphics Gems IV. Edited by Paul S. Heckbert, Morgan Kaufmann, 1994, pp. 222–229.