![]() |
ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
移动侦测接口 更多...
|
结构体 | |
| struct | IMP_IVS_MoveParam |
| 移动侦测算法的输入结构体 更多... | |
| struct | IMP_IVS_MoveOutput |
函数 | |
| IMPIVSInterface * | IMP_IVS_CreateMoveInterface (IMP_IVS_MoveParam *param) |
| 创建移动侦测接口资源 更多... | |
| void | IMP_IVS_DestroyMoveInterface (IMPIVSInterface *moveInterface) |
| 销毁移动侦测接口资源 更多... | |
移动侦测接口
| IMPIVSInterface * IMP_IVS_CreateMoveInterface | ( | IMP_IVS_MoveParam * | param | ) |
创建移动侦测接口资源
| [in] | param | 移动侦测算法的输入结构体参数 |
| 非NULL | 成功,返回移动侦测算法接口指针句柄 |
| NULL | 失败 |
| void IMP_IVS_DestroyMoveInterface | ( | IMPIVSInterface * | moveInterface | ) |
销毁移动侦测接口资源
| [in] | moveInterface | 移动侦测算法接口指针句柄 |
| 无返回值 |
1.8.8