1、记录x马达位置用于拼接影像;

2、修复了航线读写错误问题;
This commit is contained in:
tangchao0503
2025-02-27 11:18:26 +08:00
parent 380e8042d9
commit b779118d72
10 changed files with 106 additions and 8 deletions

View File

@ -7,6 +7,7 @@
#include <string>
#include <opencv2/core/core.hpp>
#include "ImagerOperationBase.h"
#include "utility_tc.h"
class ImagerOperationBase :public QObject
{