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