SMU-Ubicomp-Lab / PupilwareM

1 stars 3 forks source link

Pupilware M

Important Note: This project is in early development stage. Most modules have not yet implemented. This repository is for SMU Ubicomp Lab researchers.

Pupilware M is a iOS implementation of Pupilware: measuring cogintive load via a webcam. The objective is for researching and evaluating the possibility of using Pupilware in various situations. All algorithms are based on Pupilware M paper by Rafiqi et al. 2014. For more details, please refer to the paper here.

Implemenantion: Implemented in IOS, for IPhones with IOS 8.0+.

Code: User interaction storyboards are written exclusively in swift. Data Model is modeled in swift. Face detection implemented in Objective-C with OpenCV module. Pupil and image proccessing implemented in OpenCV and C++.