MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
Loading...
Searching...
No Matches
msceqf::CameraIntrinsicState Struct Referencefinal

This struct represent the camera intrinsics state of the system. More...

#include <system_elements.hpp>

Inheritance diagram for msceqf::CameraIntrinsicState:
Collaboration diagram for msceqf::CameraIntrinsicState:

Public Member Functions

 CameraIntrinsicState (const fp &fx, const fp &fy, const fp &cx, const fp &cy)
 CameraIntrinsicState (const Vector4 &intr)
 CameraIntrinsicState (const Matrix3 &K)
 CameraIntrinsicState (const In &K)
std::unique_ptr< SystemStateElementclone () const override
 Clone the camera instirnsic state element of the system.

Public Attributes

In K_
 The camera intrinsics calibration (K).

Additional Inherited Members

Protected Member Functions inherited from msceqf::SystemStateElement
 SystemStateElement ()=default
 Rule of Five.
 SystemStateElement (const SystemStateElement &)=default
 SystemStateElement (SystemStateElement &&)=default
SystemStateElementoperator= (const SystemStateElement &)=default
SystemStateElementoperator= (SystemStateElement &&)=default

Detailed Description

This struct represent the camera intrinsics state of the system.

Member Function Documentation

◆ clone()

std::unique_ptr< SystemStateElement > msceqf::CameraIntrinsicState::clone ( ) const
inlineoverridevirtual

Clone the camera instirnsic state element of the system.

Returns
Clone of the camera instirnsic state element

Implements msceqf::SystemStateElement.


The documentation for this struct was generated from the following file: