- detectCluster(Point_d, int) - Method in class MeanShiftClustering
-
Single cluster detection -- returns approximate peak and cluster points
The output is a list of point containing:
- all the points belonging to the detected cluster
- the peak point (at the top of the list)
- direction - Variable in class CoordinateComparator
-
- Draw - Class in <Unnamed>
-
Methods for visualizing (colored and/or clustered) point clouds in 2D and 3D
- Draw() - Constructor for class Draw
-
- draw2D(PointCloud, String) - Static method in class Draw
-
Draw a point cloud in a 2D frame (using x and y coordinates)
- draw3D(PointCloud) - Static method in class Draw
-
Draw a point cloud in a 3D frame (with no colors)
- draw3D(PointCloud, Cluster<Point_d>) - Static method in class Draw
-
Draw a point cloud in 3D with colors.
- draw3D(PointCloud, Color[]) - Static method in class Draw
-
- draw3DNColors(PointCloud) - Static method in class Draw
-
Draw a point cloud in a 3D frame (with no colors)