I couldn\'t find such function (i.e. RGB_to_HSV()) in Scipy or Matplotlib\'s documentations, and Google doesn\'t show pointers, excep
RGB_to_HSV()
Scipy
Matplotlib\'s
Matplotlib provides RGB to HSV conversion function: matplotlib.colors.rgb_to_hsv():
matplotlib.colors.rgb_to_hsv(arr) convert rgb values in a numpy array to hsv values input and output arrays should have shape (M,N,3)
matplotlib.colors.rgb_to_hsv(arr)
convert rgb values in a numpy array to hsv values input and output arrays should have shape (M,N,3)