| Class | Description |
|---|---|
| KMeans2D |
2D version of the k-means algorithm.
|
| KMeans3D |
3D version of the k-means algorithm.
|
| KMeansClusteringPlugin |
ImageJ plugin wrapper for k-means clustering algorithm.
|
| KMeansClusteringReapplyPlugin |
ImageJ plugin that reapplies k-means clustering to another image, using earlier computed clusters.
|
| KMeansConfig |
Configurable parameters of the k-means algorithm.
|