Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vipstone/faceai
Browse files Browse the repository at this point in the history
  • Loading branch information
vipstone committed May 13, 2018
2 parents f4e8728 + 4430cdd commit 596d134
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 596d134

Please sign in to comment.