Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ SetBoundingBox
Method
SetBoundingBox
samples/ObjectDetection/src/DetectedObject.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void DetectedObject::SetBoundingBox(const BoundingBox &boundingBox)
57
{
58
m_BoundingBox = boundingBox;
59
}
60
61
void DetectedObject::SetScore(float score)
62
{
Callers
3
NMSTests.cpp
File · 0.80
Decode
Method · 0.80
Decode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected