Skip to content

Commit 97e2ce4

Browse files
authored
Update README.md
1 parent 73fd32f commit 97e2ce4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

08. 绘图功能/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ cv2.polylines(img, [line1, line2, line3], True, (0, 255, 255))
120120
- 参数3:文字的起始坐标(左下角为起点)
121121
- 参数4:字体
122122
- 参数5:文字大小(缩放比例)
123+
- 参数6:字体颜色BGR
124+
- 参数7:字体宽度(像素)
123125

124126
```python
125127
# 添加文字
@@ -154,4 +156,4 @@ cv2.putText(img, 'ex2tron', (10, 500), font,
154156

155157
- [本节源码](https://github.com/ex2tron/OpenCV-Python-Tutorial/tree/master/08.%20%E7%BB%98%E5%9B%BE%E5%8A%9F%E8%83%BD)
156158
- [LineTypes](https://docs.opencv.org/3.3.1/d0/de1/group__core.html#gaf076ef45de481ac96e0ab3dc2c29a777)
157-
- [Drawing Functions in OpenCV](http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_drawing_functions/py_drawing_functions.html)
159+
- [Drawing Functions in OpenCV](http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_drawing_functions/py_drawing_functions.html)

0 commit comments

Comments
 (0)