An open API service indexing awesome lists of open source software.

https://github.com/midoks/opencv

OpenCV for PHP Extend
https://github.com/midoks/opencv

opencv php

Last synced: about 2 months ago
JSON representation

OpenCV for PHP Extend

Awesome Lists containing this project

README

          

# opencv
OpenCV for PHP Extend

# 安装
```
wget https://github.com/midoks/opencv/archive/master.tar.gz

tar -zxvf master.tar.gz
cd opencv-master

/usr/local/php71/bin/phpize
./configure --with-php-config=/usr/local/php71/bin/php-config --with-opencv
make && make install

extension=opencv.so

```

## auto install
```
curl -fsSL https://raw.githubusercontent.com/midoks/opencv/master/shell/php7.sh | sh

curl -fsSL https://raw.githubusercontent.com/midoks/opencv/master/shell/php7d.sh | sh
```