🌈 搜索
📅  最后修改于: 2022-03-11 14:47:13.004000             🧑  作者: Mango
import cv2 img = cv2.imread('path/to/img',0) height, width = img.shape[:2]