java.lang.Object
de.grogra.pointcloud.tools.KMeans
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KMeans
public KMeans()
-
-
Method Details
-
cluster
Clusters a given point cloud with given parameters- Parameters:
pc
- point cloud to be clusteredk
- The amount of clusters the point cloud should be splitmaxIterations
- The maximum iterations of the algorithm- Returns:
- Array of point clouds representing the cluster
-