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