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

Method SetX

samples/ObjectDetection/src/BoundingBox.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void BoundingBox::SetX(int x) {
47 m_X = x;
48}
49
50void BoundingBox::SetY(int y) {
51 m_Y = y;

Callers 2

GetValidBoundingBoxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected