Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 179 Bytes

README.mkd

File metadata and controls

16 lines (8 loc) · 179 Bytes

Image Clustering (homework)

Image clustering using k-means algorithm.

INSTALL

Just make.

make

SYNOPSIS

./cluster xxx.jpg 8

Where '8' is the cluster number.