viewTable — New view or set of views two-column table | three-column table
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 rigid3d object.
Specify optional
comma-separated pairs of Name,Value arguments. Name is
the argument name and Value is the corresponding value.
Name must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Feature vectors, specified as the comma-separated pair consisting of
'Features' and an M-by-N
matrix of M feature vectors or as a binaryFeatures object.
Image points, specified as the comma-separated pair consisting of
'Points' and an M-by-2 matrix of coordinates
in the format [x,y] or an
M-element feature point array. For more details, see Point Feature Types.