skimage.io.imread Versus cv2.imread
问题 I am using and familiar with cv2 , today I was giving a try with skimage . I was trying to read an image using skimage and cv2 . It seems that they both read the image perfectly. But when I plot histograms of the image but read through different libraries ( skimage and cv2 ), the histogram shows a significant difference. Would anyone help me by explaining the difference between the histograms? My code: import cv2 import skimage.io as sk import numpy as np import matplotlib.pyplot as plt path