40 linhas
1.6 KiB
Markdown
40 linhas
1.6 KiB
Markdown
## PHP-OPENCV - PHP extension for OpenCV
|
|
|
|
[](https://travis-ci.org/php-opencv/php-opencv) [](https://php.net/)
|
|
|
|
#### Installation (2 steps)
|
|
- [install opencv 4.0.0+](https://github.com/php-opencv/php-opencv/wiki/Installation.-opencv)
|
|
- [install php-opencv for your php version](https://github.com/php-opencv/php-opencv/wiki/Installation.-php-opencv)
|
|
- [install php-opencv-examples](https://github.com/php-opencv/php-opencv/wiki/Installation.-php-opencv-examples) (if you need it)
|
|
- [resolve problems](https://github.com/php-opencv/php-opencv/wiki/Installation.-troubleshooting) (if you need it)
|
|
|
|
#### Examples
|
|
- [dnn](https://github.com/php-opencv/php-opencv-examples)
|
|
- [core](https://github.com/hihozhou/php-opencv)
|
|
|
|
#### Documentation
|
|
- [PHP OpenCV Doc](https://phpopencv.org/docs/index.html)
|
|
- [PHP OpenCV Api](https://phpopencv.org/api/index.html)
|
|
|
|
#### Requirements
|
|
- OpenCV 4.0.0+
|
|
- PHP 7.0 / 7.1 / 7.2 / 7.3 / 7.4 / 8.0
|
|
|
|
#### Features
|
|
- [core](https://phpopencv.org/docs/mat.html)
|
|
- [imgproc](https://phpopencv.org/docs/gausian_median_blur_bilateral_filter.html)
|
|
- highgui
|
|
- objdetect
|
|
- video
|
|
- ml
|
|
- dnn
|
|
|
|
#### Helper for autocomplete and highlighting in your IDE
|
|
- [phpdoc file](https://github.com/php-opencv/php-opencv-examples/blob/master/phpdoc.php)
|
|
- [php-opencv-ide-helper](https://github.com/hihozhou/php-opencv-ide-helper)
|
|
|
|
#### Contributors
|
|
- [@morozovsk](https://github.com/morozovsk)
|
|
- [@hihozhou](https://github.com/hihozhou)
|
|
- [@MaleicAcid](https://github.com/MaleicAcid)
|