Display corresponding feature points
showMatchedFeatures(
displays a falsecolor 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
. The input points
can be M-by-2 matrices of M number of [x
y] coordinates, or SURFPoints
, MSERRegions
, ORBPoints
, BRISKPoints
, or cornerPoints
object.
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
specification in I1
, marker specification in
I2
, and line style and color. The LineSpec
syntax of the
plot
function defines each of the
specifiers.
returns
the handle to the image object returned by H
= showMatchedFeatures(___)showMatchedFeatures
.
BRISKPoints
| cornerPoints
| estimateGeometricTransform
| imshowpair
| legend
| matchFeatures
| MSERRegions
| ORBPoints
| SURFPoints