-
FaceSDK-master
C# SDK for Face++
人脸检测与分析
检测给定图片(Image)中的所有人脸(Face)的位置和相应的面部属性
检测模式可以是normal(默认) 或者 oneface 。在oneface模式中,检测器仅找出图片中最大的一张脸。
可以是none或者由逗号分割的属性列表。默认为gender, age, race, smiling。目前支持的属性包括:gender, age, race, smiling, 可以为图片中检测出的每一张Face指定一个不包含非法字符且不超过255字节的字符串作为tag,tag信息可以通过 /info/get_face 查询
检测给定人脸(Face)相应的面部轮廓,五官等关键点的位置,包括25点和83点两种模式。(Face Detection and Analysis
Detecting the location and corresponding facial attributes of all faces in a given image
The detection mode can be normal (default) or oneface. In oneface mode, the detector finds only the largest face in the picture.
It can be none or a comma-separated list of attributes. The default is gender, age, race, smiling. Attributes currently supported include gender, age, race, smiling. Each Face detected in a picture can be tagged with a string that does not contain illegal characters and does not exceed 255 bytes. The tag information can be queried by / Info / get_face.
The location of key points such as facial contour and facial features for a given face (Face) is detected, including 25 points and 83 points.)
- 2020-06-22 20:40:01下载
- 积分:1
-
APDL
APDL参数化有限元分析技术及其应用实例(APDL parametric finite element analysis techniques and its application)
- 2015-07-16 10:26:27下载
- 积分:1
-
【1】第一章
图像显示,opencv的开发配置环境,图像腐蚀,播放视频,调用摄像头(picture show and opencv surrounding and picture explode and watch video)
- 2018-04-09 22:16:05下载
- 积分:1
-
CUDA_H264_GPU
NVIDIA支持CUDA的产品可以加速完成最耗资源的计算任务 — 这些任务涵盖了从视频和音频编码到石油天然气勘探、产品设计、医学成像以及科学研究等领域。许多CUDA程序都需要GPU至少搭载256 MB显存。请检查你的系统技术参数以确保你的GPU(图形处理器)具备足够的显存来运行CUDA程序。
- 2022-01-31 07:52:19下载
- 积分:1
-
WMfc_OpenGL
opengl initialization
opengl initialization(opengl initializationopengl initialization)
- 2013-10-23 09:05:42下载
- 积分:1
-
DHT11
MSP430F5529驱动DHT11,并用带字库的JLX12864显示(MSP430F5529 driver DHT11, and use the font JLX12864 display)
- 2020-11-29 15:49:29下载
- 积分:1
-
LEX词法分析器
LEX写的C语言的词法分析器,parser generator上编译通过,可以在VS2013上运行。输出单词 词素 属性
- 2023-06-14 11:30:04下载
- 积分:1
-
unity3d 状态机
有限状态机,stateMachin.cs 可以为UI 或者各种玩家,怪物添加状态,快速状态切换:
///
/// 注册一个状态
///
/// 状态对象
/// 成功还是失败
public bool RegisterState(IState state)
{
if (state == null)
{
Log.Error("StateMachine.RegisterState state is Null !");
return false;
}
if (mStateDic.ContainsKey(state.GetStateID()))
{
Log.Error("StateMachine.RegisterState mStateDic hava this key key = " + state.GetStateID());
return
- 2022-03-19 10:32:22下载
- 积分:1
-
.net进一步学习
淘宝买的,给大家分享下,觉得不错,希望大家顶下!!!!!!
- 2022-05-07 22:53:51下载
- 积分:1
-
keilc51sendSMS
基于KEIL C51和MC55模块的短消息发送和接收程序源代码,C51控制,AT命令实现(based KEIL C51 and MC55 module of SMS sending and receiving the source code, C51 control, AT commands)
- 2007-01-20 19:45:23下载
- 积分:1