added support for ground truth points: \n -layer for gt points \n -button with icon
-saving and loading support
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "MMFloorPOIs.h"
|
||||
#include "MMFloorStairs.h"
|
||||
#include "MMFloorElevators.h"
|
||||
#include "MMFloorGroundTruthPoints.h"
|
||||
|
||||
#include "IHasParams.h"
|
||||
|
||||
@@ -41,6 +42,7 @@ public:
|
||||
new MMFloorPOIs(this, floor);
|
||||
new MMFloorStairs(this, floor);
|
||||
new MMFloorElevators(this, floor);
|
||||
new MMFloorGroundTruthPoints(this, floor);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user