https://github.com/bailool/real-time-face-tracking-projector
Program to back out the region where presenter's face is located to eliminate getting blinded
https://github.com/bailool/real-time-face-tracking-projector
computer-vision face-detection projector
Last synced: about 1 year ago
JSON representation
Program to back out the region where presenter's face is located to eliminate getting blinded
- Host: GitHub
- URL: https://github.com/bailool/real-time-face-tracking-projector
- Owner: BAILOOL
- License: mit
- Created: 2015-06-25T03:20:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T00:31:50.000Z (about 8 years ago)
- Last Synced: 2025-04-12T08:11:53.722Z (about 1 year ago)
- Topics: computer-vision, face-detection, projector
- Language: C++
- Homepage:
- Size: 50.9 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Real Time Face Tracking Projector
Contact us at:
http://cyclopsurp.weebly.com/
Email: alexandr.baylo@gmail.com, saeedbiteme@gmail.com
Software is available free of charge and it is a students' project for Undergraduate Research Participation(URP) Competition at KAIST, South Korea.
This software solves the problem of getting blinded or distracted from giving a presentation by the light that is projected on a presenter's eyes from a projector. This software blacks out the region where presenter's face is located. When face region is blacked out, it has been proven that presenters do not feel any discomfort and do not get distracted. Software continuously finds face's location, thus, presenter's face is always blacked out.
Hardware Requirements: A Camera and a projector is needed to be connected to a computer prior to running the sofrware.
Software Requirements: CyberLink YouCam
The software is released for Windows7, 64-bit Operation System.
Installation
Firstly, put a camera under projector in a way that camera's frame of vision coincide with a screen where image is being projected on.
All provided files should be located in one folder.
In order to start the program you have to open FaceTrackingProjector.ahk which will create an icon to appear in taskbar. After the icon has appeared, control of the program is done by pressing hotkeys.
Hotkeys:
* Win+O - Opening the program; Blacked out region starts to appear on the screen when face is detected.
* Win+C - Closing the program.
* Win+H - Hide the Blacked out region.
* Win+S - Show Blacked out region if its hidden at the momment.
Undergraduate Research Participation(URP)Competition, Spring 2014, KAIST, South Korea.