findWorldPointsInTracks
Syntax
Description
finds the indices, pointIndices
= findWorldPointsInTracks(wpSet
,tracks
)pointIndices
, of world points that correspond to
the specified point tracks tracks
.Use this syntax if you added points
using the addWorldPoints
function without specifying unique point identifiers
pointIds
.
[
additionally returns a vector that indicates whether each point track has a corresponding
world point. Use this syntax if you added points using the pointIndices
,validIndex
] = findWorldPointsInTracks(wpSet
,tracks
)addWorldPoints
function without specifying unique point identifiers
pointIds
.
finds the point identifiers, pointIds
= findWorldPointsInTracks(wpSet
,tracks
)pointIds
, of world points that
correspond to the specified point tracks tracks
. Use this syntax if
you added points using the addWorldPoints
function by specifying unique point identifiers
pointIds
.
[
additionally returns a vector that indicates whether each point track has a corresponding
world point. Use this syntax if you added points using the pointIds
,validIndex
] = findWorldPointsInTracks(wpSet
,tracks
)addWorldPoints
function by specifying unique point identifiers
pointIds
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b