类 BigMap.Cardetection
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BigMap.Cardetection(target)
|
指定容器实例化
|
| 方法属性 | 方法名称和描述 |
|---|---|
|
setDataSet(options)
|
车牌识别
|
|
setPesponseSet(options)
|
人员识别
|
|
setVehicleSet(options)
|
车辆识别
|
|
setPictext(options,targetID)
|
文字识别
|
|
clear()
|
清除
|
方法详情
setDataSet(options)
[setDataSet 车牌识别]
- Parameters:
- {json} options
- 实例化的一些参数
{imageUrl: "图片 URL 地址"}
setPesponseSet(options)
[setPesponseSet 人员识别]
- Parameters:
- {json} options
- 实例化的一些参数
{imageUrl: "图片 URL 地址"}
setVehicleSet(options)
[setVehicleSet 车辆识别]
- Parameters:
- {json} options
- 实例化的一些参数
{imageUrl: "图片 URL 地址"}
setPictext(options,targetID)
[setPictext 文字识别]
- Parameters:
- {json} options
- 实例化的一些参数
{imageUrl: "图片 URL 地址"} - {string} targetID
- 指定容器:
{targetID}
clear()
清除图片
