Home
last modified time | relevance | path

Searched refs:mainbody (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/
A Dobjectdet.cc92 result.mainbody.location.x = outcome.result().getData().location.x; in detectMainBody()
93 result.mainbody.location.y = outcome.result().getData().location.y; in detectMainBody()
94 result.mainbody.location.w = outcome.result().getData().location.width; in detectMainBody()
95 result.mainbody.location.h = outcome.result().getData().location.height; in detectMainBody()
/AliOS-Things-master/components/ucloud_ai/include/model/
A Dobjectdet.h26 DetectMainBodyStruct mainbody; member
/AliOS-Things-master/components/ai_agent/example/
A Daiagent_example.c110 x = result->objectdet.mainbody.location.x; in detect_main_body_callback()
111 y = result->objectdet.mainbody.location.y; in detect_main_body_callback()
112 w = result->objectdet.mainbody.location.w; in detect_main_body_callback()
113 h = result->objectdet.mainbody.location.h; in detect_main_body_callback()
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Ducloud_ai_demo.c196 x = result->objectdet.mainbody.location.x; in detect_main_body_callback()
197 y = result->objectdet.mainbody.location.y; in detect_main_body_callback()
198 w = result->objectdet.mainbody.location.w; in detect_main_body_callback()
199 h = result->objectdet.mainbody.location.h; in detect_main_body_callback()

Completed in 7 milliseconds