01_user_documentation:09_math:02_set_theory_volume:50_pccluster
Table of Contents
PointCloud clustering
The PointClouds objects can be clustered.
Algorithms
K-means
Basic K-means clustering
GUI
after selecting a point cloud and clustering it, the new created point clouds are added to the graph.
RGG
public void Kcluster(){ BoundedCloud c = (BoundedCloud) first((* pc:de.grogra.pointcloud.groimp.PointCloud, (pc.getCloud() instanceof BoundedCloud) *)).getCloud(); Cloud[] res = de.grogra.pointcloud.tools.KMeans.cluster(c,2,4); for(Cloud y : res){ [ ==>>^y; ] } }
DBSCAN
same
01_user_documentation/09_math/02_set_theory_volume/50_pccluster.txt · Last modified: 2025/11/03 02:39 by gaetan
