factorCameraSE3AndPointXYZ
Description
The factorCameraSE3AndPointXYZ
object describes the visual projection factor
relating the poses of a pinhole camera in the SE(3) state space and 3-D landmark points. You
can add this object as a factor to a factorGraph
object.
The factorCameraSE3AndPointXYZ
object requires Computer Vision Toolbox™.
Creation
Syntax
Description
creates a F
= factorCameraSE3AndPointXYZ(nodeID
,cameraIntrinsicMatrix
)factorCameraSE3AndPointXYZ
object, F
, with the specified
node ID pairs property NodeID set to
nodeID
, and the property K set to
cameraIntrinsicMatrix
. The factor object supports the construction
of multiple factors with different node ID pairs at the same time.
specifies properties using one or more name-value arguments in addition to the arguments
from the previous syntax.F
= factorCameraSE3AndPointXYZ(___,Name=Value
)
Properties
Object Functions
nodeType | Get node type of node in factor graph |
Examples
More About
Version History
Introduced in R2023a