insertMarker
Insert markers in image or video
Syntax
Description
returns
a truecolor image with inserted plus (+) markers. The input image, RGB
= insertMarker(I
,position
)I
,
can be either a truecolor or grayscale image. You draw the markers
by overwriting pixel values. The input position
can
be either an M-by-2 matrix of M number
of [x y] pairs or one of the Point Feature Types.
returns
a truecolor image with the RGB
= insertMarker(I
,position
,marker
)marker
type of markers
inserted.
specifies options using one or more name-value arguments in addition to any
combination of arguments from previous syntaxes. For example,
RGB
= insertMarker(___,Name=Value
)Color="red"
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2013a