findWorldPointsInView
Syntax
Description
finds the indices of the 3-D world points pointIndices
= findWorldPointsInView(wpSet
,viewId
)pointIndices
observed in
the specified view viewId
. Use this syntax if you added points using
the addWorldPoints
function without specifying unique point identifiers
pointIds
.
finds the point identifiers of the 3-D world points pointIds
= findWorldPointsInView(wpSet
,viewId
)pointIds
observed
in the specified view viewId
. Use this syntax if you added points
using the addWorldPoints
function by specifying unique point identifiers
pointIds
.
[___,
additionally returns the indices of the corresponding 2-D feature points in the
view.featureIndices
] = findWorldPointsInView(wpSet
,viewId
)
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b