We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c55251 commit 2e57bafCopy full SHA for 2e57baf
README.md
@@ -0,0 +1,29 @@
1
+# Image-Clustering
2
+
3
+```$ go get github.com/pascaldierich/image-clustering```
4
5
+The _image-clustering_ program partitions the pixels in an image
6
+based on their color to a pre-defined number of clusters.
7
8
+```
9
+Usage:
10
+ -in string
11
+ Path to input image
12
+ -k int
13
+ Number of cluster (default 10)
14
+ -out string
15
+ Path to save clustered image (default "${HOME}/img_clustered.png")
16
17
+### Examples:
18
19
+#### original
20
+
21
22
+#### k = 5
23
+
24
25
+#### k = 100
26
+
27
28
+#### k = 500
29
+
0 commit comments