public class BodyDetectResult extends AbstractModel
Constructor and Description |
---|
BodyDetectResult() |
BodyDetectResult(BodyDetectResult source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
BodyAttributeInfo |
getBodyAttributeInfo()
Get 图中检测出的人体属性信息。
|
BodyRect |
getBodyRect()
Get 图中检测出来的人体框
|
Float |
getConfidence()
Get 检测出的人体置信度。
误识率百分之十对应的阈值是0.14;误识率百分之五对应的阈值是0.32;误识率百分之二对应的阈值是0.62;误识率百分之一对应的阈值是0.81。
通常情况建议使用阈值0.32,可适用大多数情况。
|
void |
setBodyAttributeInfo(BodyAttributeInfo BodyAttributeInfo)
Set 图中检测出的人体属性信息。
|
void |
setBodyRect(BodyRect BodyRect)
Set 图中检测出来的人体框
|
void |
setConfidence(Float Confidence)
Set 检测出的人体置信度。
误识率百分之十对应的阈值是0.14;误识率百分之五对应的阈值是0.32;误识率百分之二对应的阈值是0.62;误识率百分之一对应的阈值是0.81。
通常情况建议使用阈值0.32,可适用大多数情况。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BodyDetectResult()
public BodyDetectResult(BodyDetectResult source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 检测出的人体置信度。
误识率百分之十对应的阈值是0.14;误识率百分之五对应的阈值是0.32;误识率百分之二对应的阈值是0.62;误识率百分之一对应的阈值是0.81。
通常情况建议使用阈值0.32,可适用大多数情况。public BodyRect getBodyRect()
public void setBodyRect(BodyRect BodyRect)
BodyRect
- 图中检测出来的人体框public BodyAttributeInfo getBodyAttributeInfo()
public void setBodyAttributeInfo(BodyAttributeInfo BodyAttributeInfo)
BodyAttributeInfo
- 图中检测出的人体属性信息。Copyright © 2021. All rights reserved.