-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathRead Me.txt
23 lines (18 loc) · 1.06 KB
/
Read Me.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
***************************************************************************
Copyright (C) 2016, Antony Lam, all rights reserved.
* Do not redistribute without permission.
* Strictly for academic and non-commerial purpose only.
* Use at your own risk.
Please cite the following paper if you use this code:
* Robust Heart Rate Measurement from Video Using Select Random Patches.
Antony Lam and Yoshinori Kuno, In ICCV 2015.
Contact
antonylam@cv.ics.saitama-u.ac.jp
***************************************************************************
This software relies on the Chehra_v0.1_MatlabFit tracker, available at: https://sites.google.com/site/chehrahome/
Please download it and extract the zip file into the directory of this demo.
The tracker should be in its own subdirectory called, "Chehra_v0.1_MatlabFit".
Unfortunately, this code only seems to work on Windows 64-bit.
In addition, the built-in Matlab function, VideoReader is needed to load the videos.
Please run the setup.m file to include the appropriate paths.
Then run demoHR to test the code.