insertObjectMask
Syntax
Description
specifies options using one or more name-value arguments in addition to any combination of
arguments from previous syntaxes. For example, RGB
= insertObjectMask(___,Name=Value
)(MaskColor="red")
sets the
color of the mask to red.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
When masks overlap and the same pixel is in more than one mask,
maskstack(:,:,i)
takes precedence overmaskstack(:,:,j)
, wherei
<j
.For better performance, set
LineOpacity
to0
to disable drawing of the edges.