conn = findConnection(vSet,viewIds1,viewIds2)
finds the connections between the specified view identifiers viewIds1
and viewIds2 and returns the connection attributes
conn.
Pairwise connections between views, returned as a four-column table. The table
contains columns as described in this table. Each row corresponds to one
connection.
Column
Description
ViewId1
View identifier for the first view, specified as a unique integer.
ViewId2
View identifier for the second view, specified as a unique integer.
RelativePose
Relative pose of the second view with respect to the first view, specified
as a rigidtform3d or simtform3d object.
InformationMatrix
Information matrix, specified as a 6-by-6 matrix (when you specify
RelativePose as a rigidtform3d object) or
7-by-7 matrix (when you specify RelativePose as a
simtform3d object). The information matrix represents the
uncertainty of the measurement error and is the inverse of the covariance
matrix.
Matches
Indices of matched feature points between two views, specified as
M-by-2 matrix.