MCPcopy 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
26float BBox::CenterX()
27{
28 return (xmax + xmin) / 2.0;
29}
30
31float BBox::CenterY()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected