- httpd
- php5.3
- php-devel
- php-gd
- OpenCV2.3
- php face_detect extension
OpenCVのインストール
facedetect extension
Install OpenCV (OpenCV 2.3.1)Download facedetect source packageUnpack facedetect source packageGo to facedetect folder and type "phpize && ./configure && make && make install"Make sure you have extension=facedetect.so in your php.ini
- git clone https://github.com/infusion/PHP-Facedetect.git
- cd PHP-Facedetect
- phpize && ./configure && make && make install
- face_count('party.jpeg', 'cascade.xml') 顔の数を返す
- face_detect('party.jpeg', 'cascade.xml') 顔の場所の配列を返す
そもそもOpenCVの顔認識って色々オプションあったよね、そんなのも設定できないんじゃ・・・