일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- GT-S80
- Series
- synology
- Button
- SPL
- imread
- javascript
- CNN
- Lotto
- pip
- mariadb
- pandas
- 삼성소프트웨어멤버십
- Python
- SciPy
- Splunk
- E-P1
- mean
- DFS
- keras
- LSTM
- pycharm
- index
- ipad
- RNN
- 알고리즘
- dataframe
- install
- GitHub
- Numpy
Archives
- Today
- Total
잠토의 잠망경
[Code Project]TrackEye : Real-Time Tracking Of Human Eyes Using a Webcam 본문
공부/Cpp
[Code Project]TrackEye : Real-Time Tracking Of Human Eyes Using a Webcam
잠수함토끼 2008. 7. 3. 13:28
Introduction
Eyes are the most important features of the human face. So effective usage of eye movements as a communication technique in user-to-computer interfaces can find place in various application areas.
Eye tracking and the information provided by the eye features have the potential to become an interesting way of communicating with a computer in a human-computer interaction (HCI) system. So with this motivation, designing a real-time eye feature tracking software is the aim of this project.
The purpose of the project is to implement a real-time eye-feature tracker with the following capabilities:
- RealTime face tracking with scale and rotation invariance
- Tracking the eye areas individually
- Tracking eye features
- Eye gaze direction finding
- Remote controlling using eye movements
출처: http://www.codeproject.com/KB/cpp/TrackEye.aspx
Comments