import cv2 import matplotlib.pyplot as plt import numpy as np p = '../15-Histograms/hist.jpg' img = cv2.imread(p) img_gray = cv2.
確定! 回上一頁