精華區beta NTUCH-HW 關於我們 聯絡資訊
import cv2 import numpy as np import matplotlib.pyplot as plt img=cv2.imread("175162.jpg",cv2.IMREAD_GRAYSCALE) plt.imshow(img,cmap="gray",interpolation="bicubic") plt.plot([50,100],[80,100],"c",linewidth=5)