最終更新:2009-10-28 (水) 04:34:50 (5291d)  

Face_Detector
Top / Face_Detector

PHPOpenCVなしのピュアPHPで顔認識するクラスライブラリ

http://phpspot.org/blog/archives/2009/06/phpopencvphpfac.html

$detector = new Face_Detector('detection.dat'); 
$detector->face_detect('maurice_svay_150.jpg'); 
$detector->toJpeg()