ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
ReUseX::vision::osd::TextSize Struct Reference

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.

Detailed Description

Measured bounding box of a rendered text string.

Definition at line 52 of file labelLayoutSolver.hpp.

Member Data Documentation

◆ baseline

int ReUseX::vision::osd::TextSize::baseline

Descent below the baseline in pixels.

Definition at line 55 of file labelLayoutSolver.hpp.

◆ height

int ReUseX::vision::osd::TextSize::height

Rendered string height (ascent) in pixels.

Definition at line 54 of file labelLayoutSolver.hpp.

◆ width

int ReUseX::vision::osd::TextSize::width

Rendered string width in pixels.

Definition at line 53 of file labelLayoutSolver.hpp.


The documentation for this struct was generated from the following file: