Uses of Class
de.grogra.pointcloud.clustering.ClusterPoint
-
Uses of ClusterPoint in de.grogra.pointcloud.clustering
Modifier and TypeMethodDescriptionstatic List<ClusterPoint>
DBSCAN.getLeavesAsPointArray
(PointCloudBase pc) Converts the leaf nodes of the point cloud to ClusterPointsPointCloudOctree.getNeighbors
(ClusterPoint point, double distance) Returns the neighbor points for the given point.PointCloudOctree.getPoints()
Returns the list of points of this octreeModifier and TypeMethodDescriptionvoid
ClusterPoint.addCoordinates
(ClusterPoint point) Adds the position of the given other point to the position of this point.void
PointCloudOctree.addPoint
(ClusterPoint point) Adds a point to this octree.double
ClusterPoint.getDistanceToPoint
(ClusterPoint point) Returns the distance between this point and the given point.PointCloudOctree.getNeighbors
(ClusterPoint point, double distance) Returns the neighbor points for the given point.Modifier and TypeMethodDescriptionvoid
PointCloudOctree.setPoints
(List<ClusterPoint> points) Sets the points of this octree.ModifierConstructorDescriptionPointCloudOctree
(PointCloudBaseImpl pc, List<ClusterPoint> points, int depth)