![]() |
MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
|
This struct represent the camera intrinsics state of the system. More...
#include <system_elements.hpp>
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< SystemStateElement > | clone () const override |
Clone the camera instirnsic state element of the system. | |
![]() |
Public Attributes | |
In | K_ |
The camera intrinsics calibration (K) | |
Additional Inherited Members | |
![]() | |
SystemStateElement ()=default | |
Rule of Five. | |
SystemStateElement (const SystemStateElement &)=default | |
SystemStateElement (SystemStateElement &&)=default | |
SystemStateElement & | operator= (const SystemStateElement &)=default |
SystemStateElement & | operator= (SystemStateElement &&)=default |
This struct represent the camera intrinsics state of the system.
|
inlineoverridevirtual |
Clone the camera instirnsic state element of the system.
Implements msceqf::SystemStateElement.