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

Method GetY

samples/ObjectDetection/src/BoundingBox.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int BoundingBox::GetY() const {
35 return m_Y;
36}
37
38unsigned int BoundingBox::GetWidth() const {
39 return m_Width;

Callers 6

AreBoxesEqualFunction · 0.80
GetBoundingBoxPointsFunction · 0.80
GetValidBoundingBoxFunction · 0.80
IntersectionOverUnionFunction · 0.80

Calls

no outgoing calls

Tested by 2

AreBoxesEqualFunction · 0.64
GetBoundingBoxPointsFunction · 0.64