MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / Clustering

Class Clustering

src/dufomap.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49struct Clustering {
50 bool cluster = false;
51 float max_distance = 0.2f;
52 std::size_t min_points = 0;
53 ufo::depth_t depth = 0;
54};
55
56struct Printing {
57 bool verbose = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected