用你的脸来登录UBUNTU
发表于 : 2010-09-29 16:51
工作较忙,不翻译了。哪位比较空闲的把翻译贴上吧。或者看安装命令吧。
Facial recognition software may be nothing new but did you know you can use your regular ol’ webcam to log in to your Ubuntu desktop?
Logging in to Ubuntu with nothing more than a smile is possible using the pam-face-authentication utility which was specifically designed for regular everyday users to use.
Dependencies
A few dependencies are needed to get the feature up and running. Lets save some time and install them in one batch. Open a terminal (Applications > Accessories > Terminal) and enter the following block: -
Lucid users: -
sudo apt-get install build-essential cmake qt4-qmake libx11-dev libcv-dev libcvaux-dev libhighgui4 libhighgui-dev libqt4-dev libpam0g-dev libswscale0
Maverick users:
sudo apt-get install build-essential cmake qt4-qmake libx11-dev libcv-dev libcvaux-dev libqt4-dev libpam0g-dev libswscale0 libhighgui-dev libhighgui2.1
Then proceed to punch in the following commands separately, allowing time for each one to complete before moving on to the next.
cd /tmp
wget http://pam-face-authentication.googleco ... 0.3.tar.gz
tar zxf pam-face-authentication-0.3.tar.gz && cd pam-face-authentication-*
mkdir build && cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
Now run the ‘Face Trainer’ application from the Applications > Other menu.
Facial recognition software may be nothing new but did you know you can use your regular ol’ webcam to log in to your Ubuntu desktop?
Logging in to Ubuntu with nothing more than a smile is possible using the pam-face-authentication utility which was specifically designed for regular everyday users to use.
Dependencies
A few dependencies are needed to get the feature up and running. Lets save some time and install them in one batch. Open a terminal (Applications > Accessories > Terminal) and enter the following block: -
Lucid users: -
sudo apt-get install build-essential cmake qt4-qmake libx11-dev libcv-dev libcvaux-dev libhighgui4 libhighgui-dev libqt4-dev libpam0g-dev libswscale0
Maverick users:
sudo apt-get install build-essential cmake qt4-qmake libx11-dev libcv-dev libcvaux-dev libqt4-dev libpam0g-dev libswscale0 libhighgui-dev libhighgui2.1
Then proceed to punch in the following commands separately, allowing time for each one to complete before moving on to the next.
cd /tmp
wget http://pam-face-authentication.googleco ... 0.3.tar.gz
tar zxf pam-face-authentication-0.3.tar.gz && cd pam-face-authentication-*
mkdir build && cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
Now run the ‘Face Trainer’ application from the Applications > Other menu.