We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be12c8f commit 68c5550Copy full SHA for 68c5550
src/diffCheck/segmentation/DFSegmentation.cc
@@ -1,6 +1,4 @@
1
#include "DFSegmentation.hh"
2
-#include <fstream>
3
-#include <chrono>
4
5
#include <cilantro/utilities/point_cloud.hpp>
6
#include <cilantro/core/nearest_neighbors.hpp>
@@ -236,11 +234,6 @@ namespace diffCheck::segmentation
236
234
}
237
235
else
238
{
239
- std::string timestamp = std::to_string(
240
- std::chrono::duration_cast<std::chrono::milliseconds>(
241
- std::chrono::system_clock::now().time_since_epoch()
242
- ).count()
243
- );
244
for (std::shared_ptr<diffCheck::geometry::DFMesh> face : referenceMesh)
245
246
std::shared_ptr<geometry::DFPointCloud> correspondingSegment;
0 commit comments