哪一句代码可以画出直方图?
A、hist(img.ravel(),256)
B、cv2.imshow("dst",res)
C、cv.hist(img.ravel(),256)
D、plt.hist(img.ravel(),256)
发布时间:2025-09-23 14:49:27
A、hist(img.ravel(),256)
B、cv2.imshow("dst",res)
C、cv.hist(img.ravel(),256)
D、plt.hist(img.ravel(),256)