forked from pmgyqf3wk/opencv
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
790 B
790 B
OpenCV 3.2.0
运行前请先安装OpenCV Manager(必须)。
本示例基于OpenCV 3.2.0 版本在Android平台实现目标检测和目标追踪
目标检测
- 人脸检测
- 眼睛检测
- 微笑检测
- 上半身检测
- 下半身检测
- 全身检测
目标追踪
- CamShift算法实现目标追踪
效果图
目标检测
目标追踪
人脸识别
人脸识别(对比)请切换到master分支,基于OpenCV 2.4.11。