Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
int BoundingBox::GetY() const {
35
return m_Y;
36
}
37
38
unsigned int BoundingBox::GetWidth() const {
39
return m_Width;
Callers
6
BoundingBoxTests.cpp
File · 0.80
AreBoxesEqual
Function · 0.80
GetBoundingBoxPoints
Function · 0.80
GetValidBoundingBox
Function · 0.80
AddInferenceOutputToFrame
Function · 0.80
IntersectionOverUnion
Function · 0.80
Calls
no outgoing calls
Tested by
2
AreBoxesEqual
Function · 0.64
GetBoundingBoxPoints
Function · 0.64