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

Method GetHeight

samples/ObjectDetection/src/BoundingBox.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42unsigned int BoundingBox::GetHeight() const {
43 return m_Height;
44}
45
46void BoundingBox::SetX(int x) {
47 m_X = x;

Callers 6

AreBoxesEqualFunction · 0.45
GetBoundingBoxPointsFunction · 0.45
GetValidBoundingBoxFunction · 0.45
IntersectionOverUnionFunction · 0.45

Calls

no outgoing calls

Tested by 2

AreBoxesEqualFunction · 0.36
GetBoundingBoxPointsFunction · 0.36