| Interface | Description |
|---|---|
| Clustering |
Interface defining methods for clustering of point clouds
|
| Median |
Interface defining methods for computing point medians
|
| RangeSearch<X extends Jcg.geometry.Point_> |
Define methods for range search queries
|
| Class | Description |
|---|---|
| Cluster<X extends Jcg.geometry.Point_d> |
This class describes how points are associated to a cluster (throw hashing tables)
|
| CoordinateComparator<X extends Jcg.geometry.Point_> |
Class allowing to compare two points according to a given coordinate
|
| Draw |
Methods for visualizing (colored and/or clustered) point clouds in 2D and 3D
|
| FastRangeSearch<X extends Jcg.geometry.Point_> |
Class providing fast range search (using Kd-trees)
|
| ImageManipulation |
Class providing methods for conversion between point clouds and pixels
|
| IO |
Class providing methods for reading data (point clouds, images, ...) from file
|
| KdTree<X extends Jcg.geometry.Point_> |
A class implementing a Kd-tree data structure
|
| LinearTimeMedian |
Implementation of the linear time algorithm for computing medians
|
| MeanShiftClustering |
This class contains the main methods implementing the Mean-Shift clustering
|
| MedianWithSorting |
Computation of the median (via array sorting)
|
| PointCloud |
Class representing a point cloud (as a linked list)
|
| SlowRangeSearch<X extends Jcg.geometry.Point_> | |
| TestImageSegmentation | |
| TestIO |
Testing input/output operations on data and image files
|
| TestKdTree |
This class contains methods for testing the Kd-tree data structure
|
| TestMeanShift |
This class contains methods for testing the Mean-Shift clustering
|
| TestMedian |
This class contains methods for testing the Kd-tree data structure
|
| TestPointCloud |
Class for testing randomly generated point clouds
|
| TestRangeSearch |
Class for testing and benchmarking range search methods
|