bwferet
Measure Feret properties
Syntax
Description
measures the Feret properties of objects in an image and returns the measurements in a
table. The input out
= bwferet(BW
,properties
)properties
specifies the Feret properties to be
measured for each object in input binary image BW
. The measured Feret
properties include the minimum and maximum Feret diameters, Feret angles, and endpoint
coordinates of Feret diameters.
measures the Feret properties for each connected component in structure
out
= bwferet(CC
,properties
)CC
.
measures the Feret properties for each object in the input label matrix
out
= bwferet(L
,properties
)L
.
Examples
Input Arguments
Output Arguments
Algorithms
The Feret properties of an object are measured by using boundary points on the antipodal vertices of the convex hull that encloses that object.
Given the endpoint coordinates of the maximum (or minimum) Feret diameter, , the maximum (or minimum) Feret angle is measured as .
Extended Capabilities
Version History
Introduced in R2019aSee Also
bwconncomp
| bwlabel
| bwlabeln
| labelmatrix
| regionprops