php-opencv icon indicating copy to clipboard operation
php-opencv copied to clipboard

PHP extensions for OpenCV

Results 33 php-opencv issues
Sort by recently updated
recently updated
newest added

Hi, Would you please release the dll for windows I tried to compile it but failed If u can it will b highly appreciated by all php windows developers

window support

操作系统 centos-release-7-7.1908.0.el7.centos.x86_64 opencv 版本 4.1.0 安装完成后,pkg-config一切正常,比如: 通过pkg-config --libs opencv4, pkg-config --cflags opencv4 都能正常找到opencv4, [wb@izwzhjlqxdntosqs9g1pz php-opencv]$ pkg-config --libs opencv4 -L/usr/local/lib64 -lopencv_gapi -lopencv_stitching -lopencv_aruco -lopencv_bgsegm ....... 但是./configure 缺提示找不到opencv4, 明明通过pkg-config 都是能找到Opencv4 [wb@izwzhjlqxdntosqs9g1pz php-opencv]$...

checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for pkg-config... found checking...

Hello, I try to build php-opencv on centos 7, with php 7.2 and opencv 4.1.1, but it fail. ``` yum -y install centos-release-scl && yum makecache devtoolset-7-gcc devtoolset-7-gcc-c++ scl enable...

网上没有找到相关的安装教程,真的想知道windows上安装编译php-opencv的方法流程,可以讲解一下吗

window support

文档网站打不开了

Hello, I am trying to use the php opencv library to recognize faces. However, the predict function always returns one of the labels I've trained, even though the face is...

I had compile and install opencv(4.1.1) with it's module opencv_contrib(4.1.1) yesterday. when I compile phpopencv today ,there's an error appeared that "make:***[opencv.lo] error 1", Following is the whole infomation :...

为什么文档很多页面都404呢?然后现在支持模版匹配吗?