Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 636 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 636 Bytes

optical-pulse-reader

optical-pulse-reader

iOS application that uses the camera to detect your heart rate

Description

This application utilizes the iPhone's camera to estimate your pulse. Using GPUImage, an average color filter and exposure filter are applied to the camera's image. By keeping track of the time difference between the green component of the filtered image, a pulse is estimated.