mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
a/tracking: Fix codespell errors.
This commit is contained in:
parent
2fd89210ea
commit
80e0b4499e
|
@ -230,7 +230,7 @@ t_stereo_camera_calibration_load_v1(FILE *calib_file, struct t_stereo_camera_cal
|
|||
// Scratch-space temporary matrix
|
||||
cv::Mat scratch;
|
||||
|
||||
// Temp load matricies
|
||||
// Temp load matrices
|
||||
cv::Mat_<double> l_intrinsics(3, 3);
|
||||
cv::Mat_<double> r_intrinsics(3, 3);
|
||||
cv::Mat_<double> l_distortion(5, 1);
|
||||
|
|
|
@ -363,7 +363,7 @@ struct TrackerSlam
|
|||
//! @note Harmless race condition over this as the UI might read this while it's being written
|
||||
deque<pair<timepoint_ns, int>> entries{};
|
||||
|
||||
//! Persitently stored camera name for display in the UI
|
||||
//! Persistently stored camera name for display in the UI
|
||||
string cam_name;
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue