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.

33 lines
790 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# OpenCV 3.2.0
运行前请先安装[OpenCV Manager(必须)](https://github.com/kongqw/FaceDetectLibrary/tree/opencv3.2.0/OpenCVManager)。
本示例基于OpenCV 3.2.0 版本在Android平台实现目标检测和目标追踪
## 目标检测
- 人脸检测
- 眼睛检测
- 微笑检测
- 上半身检测
- 下半身检测
- 全身检测
## 目标追踪
- CamShift算法实现目标追踪
### 效果图
目标检测
![目标检测](https://github.com/kongqw/OpenCVForAndroid/blob/opencv3.2.0/gif/ObjectDetecting.gif)
目标追踪
![目标追踪](https://github.com/kongqw/OpenCVForAndroid/blob/opencv3.2.0/gif/ObjectTracking.gif)
## 人脸识别
人脸识别(对比)请切换到[master](https://github.com/kongqw/FaceDetectLibrary/tree/master)分支基于OpenCV 2.4.11。