readme.txt
来自「eye tracking source code. used for hci.」· 文本 代码 · 共 49 行
TXT
49 行
EyeTracking 1.0
===============
EyeTracking is a program that displays video from webcam and track user's eye
with manually selected template.
Author: Nashruddin Amin <me@nashruddin.com>
License: GPL
Website: http://www.nashruddin.com
Copyright (c) 2008 Nashruddin Amin
Requirements
------------
1. C compiler. I recommend gcc. For windows platform it is available at
http://www.mingw.org
2. OpenCV, freely available at http://www.sourceforge.net/projects/opencvlibrary
Compile
-------
1. Extract the package to any directory
2. Open Makefile and change the line
OPENCV_DIR = C:\OpenCV
to the directory where you install OpenCV.
3. Open a console and go to the directory where you extracted the package. Type:
make
to compile. And type:
eyetracking
to run the program.
Usage
-----
1. Run the program.
2. Click your eye or other face feature you want to track.
3. The selected feature will be tracked.
4. Press any key to quit.
Contact
-------
Please send comments and bug reports to me@nashruddin.com.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?