showMatchedFeatures
Display corresponding feature points
Syntax
Description
showMatchedFeatures(
displays an overlay of images I1
,I2
,matchedPoints1
,matchedPoints2
)I1
and
I2
with a color-coded plot of corresponding points
connected by a line. matchedPoints1
and
matchedPoints2
contain the coordinates of corresponding
points in I1
and I2
.
showMatchedFeatures(
displays
images I1
,I2
,matchedPoints1
,matchedPoints2
,method
)I1
and I2
using the
visualization style specified by the method
parameter.
showMatchedFeatures(___,
lets you specify custom plot options in a cell array containing three values.
The PlotOptions
,
{MarkerStyle1, MarkerStyle2, LineStyle})MarkerStyle1
, MarkerStyle2
,
and LineStyle
values correspond to the marker symbol in
I1
, marker symbol in I2
, and the
line style and color. The LineSpec
syntax of the plot
function defines each of the
specifiers.
showMatchedFeatures(___,
specifies options using one or more name-value arguments in addition to any
combination of arguments from previous syntaxes. For example,
Name=Value
)showMatchedFeatures(__,PlotOptions={"d","+","g"})
sets
the marker style to a diamond for I1
, a plus sign for
I2
, and the color to green.
returns
the handle to the image object returned by H
= showMatchedFeatures(___)showMatchedFeatures
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b