hihozhou/php-opencv-ide-helper

PHPOpenCV ide helper.

dev-master 2019-03-05 11:05 UTC

This package is auto-updated.

Last update: 2024-05-06 09:00:56 UTC


README

PHP-OpenCV 在IDE下自动识别类、函数、宏,自动补全函数名

PHP-OpenCV 结构,便于开发过程中查看文档,以及屏蔽IDE undefined 提示,便于快速查看函数用法。

PHP-OpenCV releases 版本下载地址:https://github.com/hihozhou/php-opencv

API 手册在线预览:PHP-OpenCV API Manual

安装使用

方式一:composer 安装

composer require --dev  hihozhou/php-opencv-ide-helper:dev-master

方式二:使用ide导入

git 安装:

git clone https://github.com/hihozhou/php-opencv-ide-helper.git

普通IDE:

开发PHP-OpenCV项目同时,在IDE中打开/导入本文件即可。

使用 IDE自带 Include Path 功能引入 helper 目录

使用

demo1