![]() |
EduArt Sensor Ring Library 3.0.1
|
Structure for holding a measurement form a thermal sensor. More...
#include <ThermalMeasurement.hpp>
Public Attributes | |
| unsigned int | frame_id = 0 |
| Frame number of the ThermalMeasurement. | |
| unsigned int | user_idx = 0 |
| User assigned index of the sensor that measured the point. | |
| double | t_ambient_deg_c = 0 |
| Ambient temperature in °C. | |
| double | min_deg_c = 0 |
| Minimum temperature recorded in the measurement in °C. | |
| double | max_deg_c = 0 |
| Maximum temperature recorded in the measurement in °C. | |
| TemperatureImage | temp_data_deg_c |
| Image structure where each pixel represents the temperature measured at that point in °C. | |
| GrayscaleImage | grayscale_img |
| Grayscale image visualizing the thermal measurement. | |
| FalseColorImage | falsecolor_img |
| False color image visualizing the thermal measurement. | |
Structure for holding a measurement form a thermal sensor.