2014104094

Update clustering_images.py

1 -'''
2 -https://m.blog.naver.com/PostView.nhn?blogId=jiwon6928&logNo=221185628702&proxyReferer=https:%2F%2Fwww.google.com%2F
3 -'''
4 -
5 from PIL import Image, ImageDraw 1 from PIL import Image, ImageDraw
6 import hcluster 2 import hcluster
7 import numpy as np 3 import numpy as np
......