New view or set of views, specified as a two- or three- column table. The table must
contain the columns ViewId and AbsolutePose, and
an optional column, Points.
Column
Description
ViewID
View identifier for the view, specified as a unique integer
AbsolutePose
Absolute pose of the view, specified as a rigidtform3d (Image Processing Toolbox) object.
Starting in R2026b, updateView is available in Point Cloud Toolbox™. In releases R2026a and before, updateView is available in
Computer Vision Toolbox™.
Starting in R2022b, most Computer Vision Toolbox functions create and perform geometric transformations using the premultiply
convention. Accordingly, you can now specify poses (the absPose
argument and the AbsolutePose column of the
viewTable argument) as rigidtform3d (Image Processing Toolbox)
objects, which use the premultiply convention.
Although you can still specify poses as rigid3d (Image Processing Toolbox) objects,
these objects are not recommended because they use the postmultiply convention. The
updateView function automatically converts the poses to the
premultiply convention and returns a pcviewset object that represents the
poses as rigidtform3d objects.