Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchTutorials
/ CenterX
Method
CenterX
lesson7-Detection/src/utils/Augmentations.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
float BBox::CenterX()
27
{
28
return (xmax + xmin) / 2.0;
29
}
30
31
float BBox::CenterY()
32
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected