Download the PHP package mrasong/qcloud-image-php-sdk without Composer
On this page you can find all versions of the php package mrasong/qcloud-image-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package qcloud-image-php-sdk
mrasong/qcloud-image-php-sdk
腾讯云 万象优图(Cloud Image) SDK for PHP
安装
composer
1. 在腾讯云申请业务的授权
授权包括:
APP_ID
SECRET_ID
SECRET_KEY
BUCKET
2. 创建对应操作类的对象
如果要使用图片,需要创建图片操作类对象
require_once __DIR__ . '/index.php';
use QcloudImage\CIClient;
$client = new CIClient('APP_ID', 'SECRET_ID', 'SECRET_KEY', 'BUCKET');
$client->setTimeout(30);
3. 调用对应的方法
在创建完对象后,根据实际需求,调用对应的操作方法就可以了。sdk提供的方法包括:图片识别、人脸识别及人脸核身等。
3.1 图片识别
图片识别包括:图片鉴黄、图片标签、OCR-身份证识别及OCR-名片识别。
图片鉴黄
图片标签
OCR-身份证识别
OCR-名片识别
驾驶证/行驶证识别
3.2 人脸识别
人脸识别包括:人脸检测、五官定位、个体信息管理、人脸验证、人脸对比及人脸检索。
人脸检测
五官定位
个体信息管理
人脸验证
给定一个Face和一个Person,返回是否是同一个人的判断以及置信度
人脸检索
对于一个待识别的人脸图片,在一个Group中识别出最相似的Top5 Person作为其身份返回,返回的Top5中按照相似度从大到小排列。
人脸对比
3.3 人脸核身
身份证识别对比
活体检测—获取唇语验证码
活体检测-视频与用户照片的比对
活体检测-视频与身份证高清照片的比对
All versions of qcloud-image-php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package mrasong/qcloud-image-php-sdk contains the following files
Loading the files please wait ....