Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
unsigned int BoundingBox::GetHeight() const {
43
return m_Height;
44
}
45
46
void BoundingBox::SetX(int x) {
47
m_X = x;
Callers
6
BoundingBoxTests.cpp
File · 0.45
AreBoxesEqual
Function · 0.45
GetBoundingBoxPoints
Function · 0.45
GetValidBoundingBox
Function · 0.45
AddInferenceOutputToFrame
Function · 0.45
IntersectionOverUnion
Function · 0.45
Calls
no outgoing calls
Tested by
2
AreBoxesEqual
Function · 0.36
GetBoundingBoxPoints
Function · 0.36