| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmath.Kmeans
public class Kmeans
The application on this class performs a simplified version of the K-Means algorithm on an image, classifying (clustering) its pixels. Its also shows how one can get pixel values from any position on an image.
| Constructor Summary | |
|---|---|
| Kmeans() | |
| Method Summary | |
|---|---|
| static void | main(java.lang.String[] args)The application entry point. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Kmeans()
| Method Detail | 
|---|
public static void main(java.lang.String[] args)
                 throws java.io.IOException
args - the command line arguments.
java.io.IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||