| Modifier and Type | Field and Description |
|---|---|
Cluster<Jcg.geometry.Point_d> |
MeanShiftClustering.clusters |
| Modifier and Type | Method and Description |
|---|---|
Cluster<Jcg.geometry.Point_d> |
MeanShiftClustering.getClusters() |
Cluster<Jcg.geometry.Point_d> |
Clustering.getClusters()
Return the description of clusters
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Draw.draw3D(PointCloud N,
Cluster<Jcg.geometry.Point_d> cluster)
Draw a point cloud in 3D with colors.
|
static void |
ImageManipulation.PointCloudToRaster(PointCloud n,
Cluster<Jcg.geometry.Point_d> cluster,
java.awt.Color[] cols,
java.awt.image.WritableRaster r,
int dimx,
int dimy,
int dim) |