opnsense-ports/graphics/php-facedetect/pkg-descr
Franco Fichtner 3ccd656e8a */*: sync with upstream
Taken from: HardenedBSD
2018-06-15 08:21:34 +02:00

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/