Solar
|
SLAM mapping. UUID: 33db5a56-9be2-4e5a-8fdc-de25e1633cf6
More...
#include <IMapping.h>
Public Member Functions | |
IMapping ()=default | |
IMapping default constructor. | |
virtual | ~IMapping ()=default |
IMapping default destructor. | |
virtual void | setCameraParameters (const SolAR::datastructure::CameraParameters &camParams)=0 |
this method is used to set intrinsic parameters and distorsion of the camera More... | |
virtual bool | idle ()=0 |
check the mapping process is idle More... | |
virtual FrameworkReturnCode | process (const SRef< SolAR::datastructure::Frame > frame, SRef< SolAR::datastructure::Keyframe > &keyframe)=0 |
this method is used to process mapping task. More... | |
SLAM mapping. UUID: 33db5a56-9be2-4e5a-8fdc-de25e1633cf6
|
pure virtual |
check the mapping process is idle
|
pure virtual |
this method is used to process mapping task.
[in] | frame | the input frame. |
[out] | keyframe | new keyframe or new reference keyframe found. |
|
pure virtual |
this method is used to set intrinsic parameters and distorsion of the camera
[in] | camParams | Camera parameters. |