일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- synology
- 삼성소프트웨어멤버십
- mariadb
- keras
- mean
- LSTM
- pandas
- SPL
- ipad
- Python
- pycharm
- GT-S80
- javascript
- E-P1
- GitHub
- Button
- CNN
- Numpy
- RNN
- dataframe
- pip
- SciPy
- DFS
- Splunk
- index
- 알고리즘
- Series
- Lotto
- imread
- install
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