mlb0925 / php-opencv

Home Page:https://github.com/php-opencv/php-opencv-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://github.com/php-opencv/php-opencv-examples

License:Apache License 2.0


Languages

Language:C++ 82.4%Language:C 10.7%Language:PHP 5.8%Language:M4 0.9%Language:Dockerfile 0.1%Language:JavaScript 0.1%Language:Shell 0.0%