move reconstruct progress to thread

This commit is contained in:
Tang1705
2020-05-12 18:02:08 +08:00
parent ba4ca7903d
commit b060ed5f2b
48 changed files with 186713 additions and 560 deletions

View File

@@ -53,4 +53,6 @@ public:
void run();
void saveCoordinate();
vector<Mat> getCoordinates();
};