|
QGroundControl
Ground Control Station for MAVLink Drones
|
Result of timestamp-based calibration/matching. More...
#include <GeoTagController.h>
Public Attributes | |
| QList< int > | imageIndices |
| Matched image indices (parallel with triggerIndices) | |
| QList< int > | triggerIndices |
| Matched trigger indices (parallel with imageIndices) | |
| QList< int > | unmatchedImages |
| Image indices with no matching trigger. | |
| int | skippedTriggers = 0 |
| Triggers skipped due to invalid data. | |
Result of timestamp-based calibration/matching.
Definition at line 24 of file GeoTagController.h.
| QList<int> CalibrationResult::imageIndices |
Matched image indices (parallel with triggerIndices)
Definition at line 25 of file GeoTagController.h.
Referenced by GeoTagCalibrator::calibrate().
| int CalibrationResult::skippedTriggers = 0 |
Triggers skipped due to invalid data.
Definition at line 28 of file GeoTagController.h.
Referenced by GeoTagCalibrator::calibrate().
| QList<int> CalibrationResult::triggerIndices |
Matched trigger indices (parallel with imageIndices)
Definition at line 26 of file GeoTagController.h.
Referenced by GeoTagCalibrator::calibrate().
| QList<int> CalibrationResult::unmatchedImages |
Image indices with no matching trigger.
Definition at line 27 of file GeoTagController.h.
Referenced by GeoTagCalibrator::calibrate().