#include "util.h"
#include <algorithm>
#include <cstddef>
#include <vector>
Go to the source code of this file.
|
| void | compute_hc (const PointCloud &cloud, cluster_group &result, const std::vector< triplet > &triplets, double s, double t, bool tauto=false, double dmax=0, bool is_dmax=false, Linkage method=SINGLE, int opt_verbose=0) |
| |
| void | cleanup_cluster_group (cluster_group &cg, size_t m, int opt_verbose=0) |
| |
| void | cluster_triplets_to_points (const std::vector< triplet > &triplets, cluster_group &cl_group) |
| |
| void | add_clusters (PointCloud &cloud, cluster_group &cl_group, bool gnuplot=false) |
| |
◆ cluster_group
◆ cluster_t
◆ add_clusters()
◆ cleanup_cluster_group()
| void cleanup_cluster_group |
( |
cluster_group & |
cg, |
|
|
size_t |
m, |
|
|
int |
opt_verbose = 0 |
|
) |
| |
◆ cluster_triplets_to_points()
| void cluster_triplets_to_points |
( |
const std::vector< triplet > & |
triplets, |
|
|
cluster_group & |
cl_group |
|
) |
| |
◆ compute_hc()
| void compute_hc |
( |
const PointCloud & |
cloud, |
|
|
cluster_group & |
result, |
|
|
const std::vector< triplet > & |
triplets, |
|
|
double |
s, |
|
|
double |
t, |
|
|
bool |
tauto = false, |
|
|
double |
dmax = 0, |
|
|
bool |
is_dmax = false, |
|
|
Linkage |
method = SINGLE, |
|
|
int |
opt_verbose = 0 |
|
) |
| |