Uses of Class
de.grogra.pointcloud.objects.impl.PointCloudBaseImpl
-
Uses of PointCloudBaseImpl in de.grogra.pointcloud.clustering
Modifier and TypeMethodDescriptionstatic PointCloudBaseImpl[]
KMeans.cluster
(PointCloudBaseImpl pc, int k, int maxIterations) Clusters a given point cloud with given parametersClusterPoint.getPointCloud()
Returns the point cloud reference of this point.Modifier and TypeMethodDescriptionstatic List<PointCloudBaseImpl>
DBSCAN.cluster
(PointCloudBaseImpl pc, double epsilon, int minimumNeighbours, int octreeDepth, boolean removeNoiseCluster) Clusters the given point cloud with the DBSCAN algorithm by the given parametersModifier and TypeMethodDescriptionstatic List<PointCloudBaseImpl>
DBSCAN.cluster
(PointCloudBaseImpl pc, double epsilon, int minimumNeighbours, int octreeDepth, boolean removeNoiseCluster) Clusters the given point cloud with the DBSCAN algorithm by the given parametersstatic PointCloudBaseImpl[]
KMeans.cluster
(PointCloudBaseImpl pc, int k, int maxIterations) Clusters a given point cloud with given parametersvoid
ClusterPoint.setPointCloud
(PointCloudBaseImpl pointCloud) Sets the point cloud reference of this point.ModifierConstructorDescriptionPointCloudOctree
(PointCloudBaseImpl pc, List<ClusterPoint> points, int depth)