vSet = addView(___,"PointCloud",ptCloud)
specifies the point cloud associated with the view in addition to any of the input
argument combinations in previous syntaxes.
vSet = addView(vSet,viewTable)
adds one or more views in the table specified by viewTable.
One or more views, specified as a two-column or three-column table. The table must
contain the columns ViewId and AbsolutePose. The
Points column is optional.
Column
Description
ViewID
View identifier, specified as an integer. View identifiers are
unique to a specific view.
AbsolutePose
Absolute pose of the view, specified as a rigidtform3d object.
Points
Point cloud for the view, specified as a pointCloud object.
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
objects, which use the premultiply convention.
Although you can still specify poses as rigid3d objects,
these objects are not recommended because they use the postmultiply convention. The
addView function automatically converts the poses to the premultiply
convention and returns a pcviewset object that represents the poses as
rigidtform3d objects.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.