Guest User

Untitled

a guest
Dec 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. from sklearn.cluster import KMeans
  2. import matplotlib.pyplot as plt
  3. import numpy as np
  4. import cv2
  5. from collections import Counter
  6. from skimage.color import rgb2lab, deltaE_cie76
  7.  
  8. %matplotlib inline
Add Comment
Please, Sign In to add comment