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.
viewTable — One or more views two-column table | three-column table
One or more views, specified as a two-column or three-column table. The table must
contain the columns ViewId and AbsolutePose.
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 rigid3d object.
Points
Point cloud for the view, specified as a pointCloud object.