imageviewset
Manage data for structure-from-motion, visual odometry, and visual SLAM
Since R2020a
Description
The imageviewset
object manages view attributes and pairwise
connections between views of data used in structure-from-motion, visual odometry, and
simultaneous localization and mapping (SLAM) data. View attributes can be feature descriptors,
feature points, or absolute camera poses. Pairwise connections between views can be point
matches, relative camera poses, or an information matrix. You can also use this object to find
point tracks used by triangulateMultiview
and bundleAdjustment
functions.
Creation
Syntax
Description
returns an
vSet
= imageviewset()imageviewset
object. You can add views and connections using the
addView
and
addConnection
object functions.
Properties
Object Functions
addView | Add views to view set |
updateView | Update view in view set |
deleteView | Delete view from view set |
hasView | Check if view is in view set |
addConnection | Add connection between views in view set |
updateConnection | Update connection between views in a view set |
deleteConnection | Delete a connection between views in view set |
hasConnection | Check if connection between two views is in view set |
findView | Find views associated with view identifiers |
findConnection | Find connections associated with view identifiers |
connectedViews | Returns directly and indirectly connected views |
poses | Absolute poses associated with views in view set |
createPoseGraph | Create pose graph |
findTracks | Find matched points across multiple views |
optimizePoses | Optimize absolute poses using relative pose constraints |
plot | Plot image view set views and connections |