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

Method CenterY

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

Source from the content-addressed store, hash-verified

29}
30
31float BBox::CenterY()
32{
33 return (ymax + ymin) / 2.0;
34}
35
36
37Data Augmentations::Resize(Data mData, int width, int height, float probability) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected