findViewsOfWorldPoint
Syntax
Description
finds the identifiers for views viewIds
= findViewsOfWorldPoint(wpSet
,pointIndices
)viewIds
that observe the 3-D world
points specified by pointIndices
in a world point set
wpSet
. Use this syntax if you added points using the addWorldPoints
function without specifying unique point identifiers
pointIds
. Use this syntax if you added points using the addWorldPoints
function without specifying unique point identifiers
pointIds
.
[
additionally returns the indices of the 2-D feature points that correspond to each 3-D
world point for each associated view. Use this syntax if you added points using the
viewIds
,featureIndices
] = findViewsOfWorldPoint(wpSet
,pointIndices
)addWorldPoints
function without specifying unique point identifiers
pointIds
.
finds the identifiers for views viewIds
= findViewsOfWorldPoint(wpSet
,pointIds
)viewIds
that observe the 3-D world
points specified by pointIds
in a world point set
wpSet
. Use this syntax if you added points using the addWorldPoints
function by specifying unique point identifiers
pointIds
.
[
additionally returns the indices of the 2-D feature points that correspond to each 3-D
world point for each associated view. Use this syntax if you added points using the
viewIds
,featureIndices
] = findViewsOfWorldPoint(wpSet
,pointIds
)addWorldPoints
function by specifying unique point identifiers
pointIds
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b