# php-opencv **Repository Path**: itisno/php-opencv ## Basic Information - **Project Name**: php-opencv - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-06 - **Last Updated**: 2021-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## PHP-OPENCV - PHP extension for OpenCV [![Build Status](https://travis-ci.org/php-opencv/php-opencv.svg?branch=master)](https://travis-ci.org/php-opencv/php-opencv) [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg)](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)