Here is a simple toolbox that allows you to run a Kmeans clustering on a series of images. This is an unoptimized Java version of the algorithm. I hope there is no bug in it
To run the jar file, please execute:
java -jar -Xmx2g DTW-SITS.jar
You will then be asked to select your set of images.
They constitute your series of images to analyse.
They have to be named so that a lexicographical sort on their names gives them in the right order in the series.
For example:
2013-01-21.png
2013-02-24.png
...
2013-10-05.png
You will then be asked in how many clusters you want to group your sequences, as well as the number of iterations for the Kmeans clustering.
This version is the represents a simple case:
For more functionalities, please contact me.
Please cite as:
The package is licensed under a GPLv3 (license in the Jar file). For any commercial license, feel free to contact me.