|
美摄SDK For Android
3.6.0
|
人体检测句柄。 更多...
类 | |
| class | DetectionConfig |
| 人体检测设置。有效检测设置标志位请参见人体检测设置标志位。 更多... | |
| class | FaceData2D |
| 二维人脸数据。 更多... | |
| class | FaceData3D |
| 三维人脸数据。 更多... | |
| class | FaceFeature |
| 检测到的人脸特征。 更多... | |
| class | HumanFeature |
| 检测到的人体特征,包括所有检测到的所有人的特征 更多... | |
Public 成员函数 | |
| void | setDetectionIntegerParam (int param, int value) |
| 设置整型参数。 更多... | |
| void | setDetectionFloatParam (int param, float value) |
| 设置浮点参数。 更多... | |
| void | setDetectionBooleanParam (int param, boolean value) |
| 设置布尔参数。 更多... | |
| HumanFeature | detect (byte[] imageBuffer, int pixelFormat, int imageWidth, int imageHeight, int imageStride, int orientation, DetectionConfig config) |
| 检测人体特征。 更多... | |
Protected 成员函数 | |
| void | setHandleInterface (long handleInterface) |
| long | getHandleInterface () |
人体检测句柄。
|
inline |
检测人体特征。
| imageBuffer | 图像地址。 |
| pixelFormat | 图像格式,请参见人体检测图像格式。 |
| imageWidth | 图像宽度。 |
| imageHeight | 图像高度。 |
| imageStride | 图像跨度,以字节为单位。 |
| orientation | 人脸朝向,顺时针旋转多少度可以使人脸朝上。 |
| config | 需要检测的特征配置,请参见人体检测时设置的标志位。 |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
static |
Avatar表情
|
static |
相机FOVY
|
static |
挑眉
|
static |
眨眼
|
static |
所有人脸动作
|
static |
张嘴
|
static |
点头
|
static |
摇头
|
static |
最大检测人脸数
|
static |
人脸点位检测
|
static |
人脸姿态检测
|
static |
所有人脸相关检测
|
static |
人脸Avatar表情
|
static |
其他人脸特征
|
static |
人脸动作
|
static |
人脸点位
|
static |
图像检测模式
|
static |
多线程检测
|
static |
半图像检测模式
|
static |
单线程检测
|
static |
视频检测模式
|
static |
检测频率
|
static |
开启点位平滑
|
static |
点位平滑阈值
|
static |
最小检测人脸屏占比
|
static |
开启刚体变换平滑
|
static |
刚体变换平滑阈值
|
static |
只做刚体变换
|
static |
重新跟踪
|
static |
开启合嘴
|
static |
合嘴阈值
|
static |
BGR 24bpp
|
static |
BGRA 32bpp
|
static |
GRAY 8bpp
|
static |
YUV 4:2:0 12bpp ( 2通道, 一个通道是连续的亮度通道, 另一通道为UV分量交错 )
|
static |
YUV 4:2:0 12bpp ( 2通道, 一个通道是连续的亮度通道, 另一通道为VU分量交错 )
|
static |
RGB 24bpp
|
static |
RGBA 32bpp
|
static |
YUV 4:2:0 12bpp ( 3通道, 一个亮度通道, 另两个为U分量和V分量通道, 所有通道都是连续的 )
1.8.17