API Reference
Info
Info.h()
Info.w()
Info.x()
Info.y()
Bases: pybind11_object
pybind11_object
An info object stores x, y, w and h values.
Methods
h
self.h() -> float
w
self.w() -> float
x
x() -> float
y
self.y() -> float
Return height.
Return width.
Return left edge.
Return the bottom edge.