MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / GetW

Method GetW

lesson7-Detection/src/utils/Augmentations.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21int BBox::GetW()
22{
23 return xmax - xmin;
24}
25
26float BBox::CenterX()
27{

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected