Plot region boundaries
visboundaries(
draws boundaries of regions in the
binary image BW
)BW
on the current axes. BW
is
a 2-D binary image where pixels that are logical true
belong to
the foreground region and pixels that are logical false
constitute the background. visboundaries
uses bwboundaries
to find the boundary
pixel locations in the image.
visboundaries(
draws region boundaries
specified by B
)B
, where B
is a cell array
containing the boundary pixel locations of the regions, similar in structure to the
first output from bwboundaries
.
visboundaries(
draws
region boundaries on the axes specified by ax
,___)ax
.
visboundaries(___,
uses
name-value pair arguments to specify additional properties of the boundaries.Name,Value
)
returns a handle h
= visboundaries(___)h
, for the boundaries.