zavodilo / php-opencv-1

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 20.10 LTS from precompiled packages:

apt update && apt install -y wget && \
wget https://raw.githubusercontent.com/php-opencv/php-opencv-packages/master/opencv_4.5.0_amd64.deb && dpkg -i opencv_4.5.0_amd64.deb && rm opencv_4.5.0_amd64.deb && \
wget https://raw.githubusercontent.com/php-opencv/php-opencv-packages/master/php-opencv_8.0-4.5.0_amd64.deb && dpkg -i php-opencv_8.0-4.5.0_amd64.deb && rm php-opencv_8.0-4.5.0_amd64.deb && \
echo "extension=opencv.so" > /etc/php/8.0/cli/conf.d/opencv.ini

All installation options

Examples

Documentation

Requirements

  • OpenCV 4.0.0+
  • PHP 7.0 / 7.1 / 7.2 / 7.3 / 7.4 / 8.0

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.6%Language:PHP 5.7%Language:M4 0.9%Language:Dockerfile 0.2%Language:JavaScript 0.1%Language:Shell 0.0%