FOUND
|
The LostCalibrationAlgorithm class houses the calibration algorithm that uses the orientation information from LOST to calibrate the camera's local orientation with the reference orientation (i.e. More...
#include <calibrate.hpp>
Public Member Functions | |
LOSTCalibrationAlgorithm ()=default | |
Quaternion | Run (const std::pair< EulerAngles, EulerAngles > &orientations) override |
Runs the calibration algorithm. | |
![]() | |
CalibrationAlgorithm ()=default | |
virtual | ~CalibrationAlgorithm ()=default |
![]() | |
Stage ()=default | |
Constructs a new Stage. | |
virtual | ~Stage ()=default |
Destroys this. | |
void | DoAction () override |
Executes Run (with a stored input and storing the output) | |
std::pair< EulerAngles, EulerAngles > & | GetResource () |
Returns the stored input of this. | |
Quaternion *& | GetProduct () |
Returns the stored output of this. | |
Additional Inherited Members | |
![]() | |
std::pair< EulerAngles, EulerAngles > | resource |
The stored input for this. | |
Quaternion * | product |
The pointer to the stored output for this. | |
The LostCalibrationAlgorithm class houses the calibration algorithm that uses the orientation information from LOST to calibrate the camera's local orientation with the reference orientation (i.e.
LOST's camera)
|
default |
|
overridevirtual |
Runs the calibration algorithm.
orientations | The pair of orientations to use |
Implements found::Stage< std::pair< EulerAngles, EulerAngles >, Quaternion >.