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

Method SetY

samples/ObjectDetection/src/BoundingBox.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void BoundingBox::SetY(int y) {
51 m_Y = y;
52}
53
54void BoundingBox::SetWidth(unsigned int width) {
55 m_Width = width;

Callers 2

GetValidBoundingBoxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected