Skip to content

Commit

Permalink
Update mouse.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vipstone authored May 13, 2018
1 parent 9a50fc0 commit 1d8a9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/opencv/mouse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenCV使用鼠标绘图 #
# OpenCV使用鼠标画图 #
OpenCV可以使用cv2.setMouseCallback()进行简单的鼠标绘图。

# 简单示例 #
Expand Down Expand Up @@ -86,4 +86,4 @@ while (1):
break
cv2.destroyAllWindows()
```
```

0 comments on commit 1d8a9ff

Please sign in to comment.