Object for managing data for structure-from-motion and visual odometry
vSet = viewSet
Note
The viewSet object will be removed in a future release. Use the imageviewset
object instead.
returns
an empty vSet
= viewSetviewSet
object that stores views and connections
between views. A view includes feature points and an absolute camera
pose. A connection between two views includes point correspondences
and the relative camera pose between them. Once you populate a viewSet
object,
you can use it to find point tracks across multiple views and retrieve
the camera poses to be used by triangulateMultiview
and bundleAdjustment
functions.
Code Generation Support:
Supports Code
Generation: No
Supports MATLAB Function block:
No
Code Generation Support, Usage Notes,
and Limitations
addConnection | Add a connection between two views |
addView | Add a new view to view set object |
deleteConnection | Delete a connection between two views from view set object |
deleteView | Delete an existing view from view set object |
findTracks | Find matched points across multiple views |
hasConnection | Check if a connection exists between two views |
hasView | Check if view exists |
poses | Returns camera poses associated to views |
updateConnection | Modify a connection between two views in a view set object |
updateView | Modify an existing view in a view set object |
bundleAdjustment
| detectBriskFeatures
| detectFastFeatures
| detectHarrisFeatures
| detectMinEigenFeatures
| detectMSERFeatures
| detectSURFFeatures
| matchFeatures
| pointTrack
| table
| triangulateMultiview