updateRepresentativeView
Syntax
Description
updates representative view ID and corresponding feature index of world points in the
world point set object, wpSet
= updateRepresentativeView(wpSet
,pointIndices
,viewTable
)wpSet
. The representative view is based on a
table of views, viewTable
. pointIndices
is the
index to the world point related to the update. Use this syntax if you added points using
the addWorldPoints
function without specifying unique point identifiers
pointIds
.
updates representative view ID and corresponding feature point identifier of world points
in the world point set object, wpSet
= updateRepresentativeView(wpSet
,pointIds
,viewTable
)wpSet
. The representative view is
based on a table of views, viewTable
. pointIds
is the point identifier to the world point related to the update. 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 R2022b