📜  bgr 到灰色 opencv - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:38.287000             🧑  作者: Mango

代码示例1
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)