diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-03-26 14:06:05 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-03-26 14:06:05 +0000 |
commit | cad5b87dbc2adb65591e27c9ff6d80215962dc51 (patch) | |
tree | 11787c057cbad7cc19f92930685057c3616ca963 /graphics/php-facedetect/pkg-descr | |
parent | 3141ced01bd44d88fb6fa9cf9534cb1c8576cee8 (diff) | |
download | ports-cad5b87dbc2adb65591e27c9ff6d80215962dc51.tar.gz ports-cad5b87dbc2adb65591e27c9ff6d80215962dc51.zip |
Notes
Diffstat (limited to 'graphics/php-facedetect/pkg-descr')
-rw-r--r-- | graphics/php-facedetect/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/php-facedetect/pkg-descr b/graphics/php-facedetect/pkg-descr new file mode 100644 index 000000000000..c7585538b2c2 --- /dev/null +++ b/graphics/php-facedetect/pkg-descr @@ -0,0 +1,6 @@ +This extension provides a PHP implementation of the OpenCV library. +The extension offers two new functions. In princible, 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: http://www.xarg.org/project/php-facedetect/ |