updateCorrespondences
Syntax
Description
updates the correspondences between the 3-D world points specified by
wpSet
= updateCorrespondences(wpSet
,viewId
,pointIndices
,featureIndices
)pointIndices
and 2-D feature points
featureIndices
for the specified view viewId
in a world point set wpSet
. Use this syntax if you added points using
the addWorldPoints
function without specifying unique point identifiers
pointIds
.
updates the correspondences between the 3-D world points specified by the point
identifiers wpSet
= updateCorrespondences(wpSet
,viewId
,pointIds
,featureIndices
)pointIds
and 2-D feature points
featureIndices
for the specified view viewId
in a world point set wpSet
. Use this syntax if you added points using
the addWorldPoints
function by specifying unique point identifiers
pointIds
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b