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

Method GetX

samples/ObjectDetection/src/BoundingBox.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 m_Height(other.m_Height) {}
29
30int BoundingBox::GetX() const {
31 return m_X;
32}
33
34int BoundingBox::GetY() const {
35 return m_Y;

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