Skip to content

Commit

Permalink
完善视频检测文档
Browse files Browse the repository at this point in the history
  • Loading branch information
vipstone committed Apr 21, 2018
1 parent e905c2d commit f2ebd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/videojiance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 视频人脸检测
# 视频人脸检测(OpenCV版)

视频人脸检测是基于图片检测的基础上的,图片检测详情点击查看我的上一篇[《图片人脸检测》](https://github.com/vipstone/faceai/blob/master/doc/jiance.md)
视频人脸检测是图片人脸检测的高级版本,图片检测详情点击查看我的上一篇[《图片人脸检测》](https://github.com/vipstone/faceai/blob/master/doc/jiance.md)

**实现思路:**
调用电脑的摄像头,把摄像的信息逐帧分解成图片,基于图片检测标识出人脸的位置,把处理的图片逐帧绘制给用户,用户看到的效果就是视频的人脸检测。
Expand Down

0 comments on commit f2ebd87

Please sign in to comment.