mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
6 lines
338 B
Text
6 lines
338 B
Text
This extension provides a PHP implementation of the OpenCV library.
|
|
The extension offers two new functions. In principle, they differ only by
|
|
their return value. The first returns only the number of faces found on the
|
|
given image and the other an associative array of their coordinates.
|
|
|
|
WWW: https://www.xarg.org/project/php-facedetect/
|