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
- Host: GitHub
- URL: https://github.com/midoks/opencv
- Owner: midoks
- License: mit
- Created: 2017-09-06T07:48:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T15:40:53.000Z (over 8 years ago)
- Last Synced: 2025-05-15T16:13:49.356Z (about 1 year ago)
- Topics: opencv, php
- Language: C++
- Size: 213 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```