|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
Measured bounding box of a rendered text string. More...
#include <labelLayoutSolver.hpp>
Public Attributes | |
| int | width |
| Rendered string width in pixels. | |
| int | height |
| Rendered string height (ascent) in pixels. | |
| int | baseline |
| Descent below the baseline in pixels. | |
Measured bounding box of a rendered text string.
Definition at line 52 of file labelLayoutSolver.hpp.
| int ReUseX::vision::osd::TextSize::baseline |
Descent below the baseline in pixels.
Definition at line 55 of file labelLayoutSolver.hpp.
| int ReUseX::vision::osd::TextSize::height |
Rendered string height (ascent) in pixels.
Definition at line 54 of file labelLayoutSolver.hpp.
| int ReUseX::vision::osd::TextSize::width |
Rendered string width in pixels.
Definition at line 53 of file labelLayoutSolver.hpp.