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

Method SetWidth

samples/ObjectDetection/src/BoundingBox.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void BoundingBox::SetWidth(unsigned int width) {
55 m_Width = width;
56}
57
58void BoundingBox::SetHeight(unsigned int height) {
59 m_Height = height;

Callers 2

GetValidBoundingBoxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected