Download the PHP package jasongzj/laravel-qcloud-image without Composer

On this page you can find all versions of the php package jasongzj/laravel-qcloud-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-qcloud-image

Laravel-Qcloud-Image

腾讯云云智AI图像服务的SDK for Laravel.

StyleCI

安装

配置

  1. 在 config/app.php 注册 ServiceProvider (Laravel 5.5 无需手动注册)

  2. config/services.php 文件中添加如下配置

  3. .env 文件中配置相关参数

使用

方法参数注入

服务名访问

API

人脸识别

人脸检测

检测给定图片中的所有人脸( Face )的位置和相应的面部属性,位置包括(x,y,w,h),面部属性包括性别( gender )、年龄( age )、表情( expression )、魅力( beauty )、眼镜( glass )和姿态 (pitch,roll,yaw )。

五官定位

对请求图片进行五官定位,计算构成人脸轮廓的 88 个点,包括眉毛(左右各 8 点)、眼睛(左右各 8 点)、鼻子( 13 点)、嘴巴( 22 点)、脸型轮廓( 21 点)。

人脸对比

计算两个 Face 的相似性以及五官相似度。

个体信息管理

人脸验证

给定一个图片和一个 Person ,检查是否是同一个人。

人脸检索

对一张待识别的人脸图片,在一个或多个 group 中识别出最相似的 Top5 person 作为其身份返回,返回的 Top5 中按照相似度从大到小排列。

多脸检索

对一张包含多个待识别的人脸的图片,在一个 group 或多个 groups 中识别出最相似的 person 作为其身份返回,返回的 Top5 中按照相似度从大到小排列。

人脸核身

人脸静态活体检测

对用户上传的静态照片进行人脸活体检测,判断是否为活体

用户上传照片身份信息核验

用于判断给定一张照片与身份证号和姓名对应的登记照的人脸相似度,即判断给定照片中的人与身份证上的人是否为同一人。

活体检测-获取唇语验证码

获取一个唇语验证字符串,用于录制视频,进行活体检测。

活体检测-视频与用户照片的比对

判断录制的唇语视频中人物是否为真人(活体检测),同时判断唇语视频中的人脸与给定的一张人脸照片的人脸相似度,即判断视频中的人与给定一张照片的人是否为同一人。 `

活体检测-视频与身份证高清照片的比对

判断录制的唇语视频中人物是否为真人(活体检测),同时判断唇语视频中的人脸与身份证号和姓名对应的登记照的人脸相似度,即判断视频中的人与身份证上的人是否为同一人。

智能鉴黄

文字识别-ORC

身份证识别

名片识别(V2)

行驶证驾驶证识别

车牌号识别

银行卡识别

营业执照识别

通用印刷体识别

手写体识别

参考

云智AI应用服务智能图像 SDK V2.0

PHP 扩展包实战教程 - 从入门到发布

License

MIT


All versions of laravel-qcloud-image with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.3
symfony/psr-http-message-bridge Version ^1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jasongzj/laravel-qcloud-image contains the following files

Loading the files please wait ....