Reducing variance of scipy.cluster to find dominant colours

后端 未结 0 799
滥情空心
滥情空心 2021-01-14 17:03
import numpy, scipy.cluster, collections
from PIL import Image, ImageDraw

def dominant_colors(image): 
    """
    Input: PIL image
    Output: A lis         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题