MCPcopy 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
56void DetectedObject::SetBoundingBox(const BoundingBox &boundingBox)
57{
58 m_BoundingBox = boundingBox;
59}
60
61void DetectedObject::SetScore(float score)
62{

Callers 3

NMSTests.cppFile · 0.80
DecodeMethod · 0.80
DecodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected