Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
int BoundingBox::GetX() const {
31
return m_X;
32
}
33
34
int BoundingBox::GetY() const {
35
return m_Y;
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