# Multiple face tracking in video
MATLAB implemented software for multi-face tracking in videos. Originally developed for an [ECCV 2016 workshop paper](#citation) to track characters' faces in TV shows.
Code provided by James Charles.
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
## What it does
Given an input video the software will track face bounding boxes sequentially from one frame to the next. Tracks are saved to disk and a resume feature allows you to stop and start tracking from where you left off.
![Example tracking1](https://raw.githubusercontent.com/jjcharles/facetracking/master/images/frame_00050_reduced.jpg)
![Example tracking2](https://raw.githubusercontent.com/jjcharles/facetracking/master/images/frame_00138_reduced.jpg)
## Included
* Software for tracking faces in videos.
* Visualisation function to view the tracks.
* Demo script and video to illustrate how to use the code.
## How it works
This software detects faces using the frontal-face detector of Viola-Jones. Face bounding boxes are then tracked using the Kanade-Lucas-Tomasi (KLT) algorithm. The tracked key points (BRISK) are updated when a new face detection appears. Key points are only searched for within the centre of the face bounding box, this reduces drift to background content but also enables tracking to profile faces.
## Dependencies
The code has been tested in MATLAB R2014a and will presumably also run in later versions.
The following MATLAB toolboxes are required:
* Computer Vision System Toolbox
* Control System Toolbox
* Image Processing Toolbox
## Citation
If you use this code then please cite:
```
@Article{Charles16b,
author = "Charles, J. and Magee, D. and Hogg.",
title = "Virtual Immortality: Reanimating characters from TV shows",
booktitle = "ECCV Workshop on Virtual/Augmented Reality for Visual Artificial Intelligence (VARVAI)",
year = "2016",
}
```
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
该资源内项目源码是个人的课程设计,代码都测试ok,都是运行成功后才上传资源,答辩评审平均分达到96分,放心下载使用! ## 项目备注 1、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用! 2、本项目适合计算机相关专业(如计科、人工智能、通信工程、自动化、电子信息等)的在校学生、老师或者企业员工下载学习,也适合小白学习进阶,当然也可作为毕设项目、课程设计、作业、项目初期立项演示等。 3、如果基础还行,也可在此代码基础上进行修改,以实现其他功能,也可用于毕设、课设、作业等。 下载后请首先打开README.md文件(如有),仅供学习参考, 切勿用于商业用途。 该资源内项目源码是个人的课程设计,代码都测试ok,都是运行成功后才上传资源,答辩评审平均分达到96分,放心下载使用! ## 项目备注 1、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用! 2、本项目适合计算机相关专业(如计科、人工智能、通信工程、自动化、电子信息等)的在校学生、老师或者企业员工下载学习,也适合小白学习进阶,当然也可作为毕设项目、课程设计、作业、项目初期立项演示等。 3、如果基础还行,也可在此代码基础上进行修改,以实现其他功能,也可用于毕设、课设、作业等。 下载后请首先打开README.md文件(如有),仅供学习参考, 切勿用于商业用途。
资源推荐
资源详情
资源评论
收起资源包目录
毕业设计&课设-基于MATLAB的视频多人脸跟踪系统的实现.zip (10个子文件)
matlab_codings
demo.m 2KB
demo_data
space 1B
demo.avi 14.48MB
trackFaces.m 15KB
images
frame_00050_reduced.jpg 20KB
frame_00138.jpg 50KB
frame_00138_reduced.jpg 19KB
frame_00050.jpg 52KB
visualiseFaceTracking.m 2KB
README.md 2KB
共 10 条
- 1
资源评论
毕业小助手
- 粉丝: 2747
- 资源: 5583
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功