MCPcopy Create free account
hub / github.com/ARM-software/armnn / SetLabel

Method SetLabel

samples/ObjectDetection/src/DetectedObject.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void DetectedObject::SetLabel(const std::string &label)
52{
53 m_Label = label;
54}
55
56void DetectedObject::SetBoundingBox(const BoundingBox &boundingBox)
57{

Callers 3

NMSTests.cppFile · 0.80
DecodeMethod · 0.80
DecodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected