Uses of Class
com.tencentcloudapi.bda.v20200324.models.BodyRect
-
Packages that use BodyRect Package Description com.tencentcloudapi.bda.v20200324.models -
-
Uses of BodyRect in com.tencentcloudapi.bda.v20200324.models
Methods in com.tencentcloudapi.bda.v20200324.models that return BodyRect Modifier and Type Method Description BodyRectBodyDetectResult. getBodyRect()Get 图中检测出来的人体框BodyRect[]Trace. getBodyRects()Get 若输入的Images 和 Urls 是已经裁剪后的人体小图,则可以忽略本参数。 若否,或图片中包含多个人体,则需要通过本参数来指定图片中的人体框。 顺序对应 Images 或 Urls 中的顺序。 当不输入本参数时,我们将认为输入图片已是经过裁剪后的人体小图,不会进行人体检测而直接进行特征提取处理。Methods in com.tencentcloudapi.bda.v20200324.models with parameters of type BodyRect Modifier and Type Method Description voidBodyDetectResult. setBodyRect(BodyRect BodyRect)Set 图中检测出来的人体框voidTrace. setBodyRects(BodyRect[] BodyRects)Set 若输入的Images 和 Urls 是已经裁剪后的人体小图,则可以忽略本参数。 若否,或图片中包含多个人体,则需要通过本参数来指定图片中的人体框。 顺序对应 Images 或 Urls 中的顺序。 当不输入本参数时,我们将认为输入图片已是经过裁剪后的人体小图,不会进行人体检测而直接进行特征提取处理。Constructors in com.tencentcloudapi.bda.v20200324.models with parameters of type BodyRect Constructor Description BodyRect(BodyRect 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.
-