addCorrespondences
Syntax
Description
adds correspondences between 3-D world points and 2-D feature points to the world point
set wpSet
= addCorrespondences(wpSet
,viewId
,pointIndices
,featureIndices
)wpSet
, using the point indices pointIndices
and the feature indices featureIndices
for the specified view
viewId
. Use this syntax if you added points using the addWorldPoints
function without specifying unique point identifiers
pointIds
.
adds correspondences between 3-D world points and 2-D feature points to the world point
set wpSet
= addCorrespondences(wpSet
,viewId
,pointIds
,featureIndices
)wpSet
, using the point identifiers pointIds
and the feature indices featureIndices
for the specified view
viewId
. 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