Display point clouds with matched feature points
pcshowMatchedFeatures(
displays point clouds, ptCloud1
,ptCloud2
,matchedPtCloud1
,matchedPtCloud2
)ptCloud1
and ptCloud2
, with
their matched feature points, matchedPtCloud1
and
matchedPtCloud2
, color coded by point cloud and each connected to the
corresponding point in the other point cloud by a line.
additionally returns an ax
= pcshowMatchedFeatures(___)axes
object using the input arguments from the
previous syntax.
[___] = pcshowMatchedFeatures(___,
specifies options using one or more name-value pair arguments in addition to any combination
of arguments in previous syntaxes. For example, Name,Value
)'Method','montage'
visualizes the point clouds next to each other in the axes.