PHP-OPENCV - PHP extension for Opencv

Build Status Minimum PHP Version

Easy installation on ubuntu 18.04 LTS from packages (approximately 1 minute):

apt update && apt install -y wget && \
wget https://raw.githubusercontent.com/php-opencv/php-opencv-packages/master/opencv_4.0.1_amd64.deb && dpkg -i opencv_4.0.1_amd64.deb && rm opencv_4.0.1_amd64.deb && \
wget https://raw.githubusercontent.com/php-opencv/php-opencv-packages/master/php-opencv_7.2-4.0.1_amd64.deb && dpkg -i php-opencv_7.2-4.0.1_amd64.deb && rm php-opencv_7.2-4.0.1_amd64.deb && \
echo "extension=opencv.so" > /etc/php/7.2/cli/conf.d/opencv.ini

All installation options

Examples

Documentation

Requirements

  • OpenCV 4.0.0+ (for OpenCV 3.4 use branch 3.4)
  • PHP 7.0 / 7.1 / 7.2

Features

Helper for autocomplete and highlighting in your IDE

Contributors

S
Descrição
Descrição não fornecida
Readme Apache-2.0 1 MiB
Linguagens
C++ 81.2%
C 11.9%
PHP 5.7%
M4 0.9%
Dockerfile 0.2%
Outra 0.1%