Arquivos
Vladimir Goncharov f02a950ba4 opencv 4.0.1 support
2019-03-25 01:34:47 +02:00

1.7 KiB

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