HuaLi2333 / HeartRateMeasure

Video based Heart rate measure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeartRateMeasure

Video based Heart rate measure: main project and paper

License: GNU GPLv3 http://www.gnu.org/licenses/gpl-3.0.txt

In project uses libraries:

Build

  1. Install CMake

  2. Install OpenCV (https://github.com/opencv/opencv) and OpenCV contrib (https://github.com/opencv/opencv_contrib) repositories

  3. Install Eigen 3 (https://eigen.tuxfamily.org/dox/)

  4. Download project sources:

     git clone https://github.com/Nuzhny007/HeartRateMeasure.git
     cd HeartRateMeasure
     mkdir build
     cd build
     cmake . .. -DCMAKE_BUILD_TYPE=Release -DOpenCV_DIR=<opencv_build_dir>
     make
    

About

Video based Heart rate measure

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:CMake 2.3%