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

Method SetHeight

samples/ObjectDetection/src/BoundingBox.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void BoundingBox::SetHeight(unsigned int height) {
59 m_Height = height;
60}
61
62BoundingBox& BoundingBox::operator=(const BoundingBox& other) {
63 m_X = other.m_X;

Callers 2

GetValidBoundingBoxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected