![]() |
EduArt Sensor Ring Library 3.0.1
|
Pseudo image structure for the converted temperatures of a thermal image. More...
#include <ThermalMeasurement.hpp>
Additional Inherited Members | |
| Public Member Functions inherited from eduart::measurement::GenericGrayscaleImage< double, THERMAL_RESOLUTION > | |
| double | avg () |
| Calculate the average over all pixels. | |
| GenericGrayscaleImage & | round () |
| Round each pixel value when a floating point type is used. | |
| GenericGrayscaleImage & | operator/= (const double other) |
| Divide each pixel by the same value. | |
| GenericGrayscaleImage & | operator+= (const double other) |
| Add the same value to each pixel. | |
| GenericGrayscaleImage & | operator-= (const double other) |
| Subtract the same value from each pixel. | |
| Public Attributes inherited from eduart::measurement::GenericGrayscaleImage< double, THERMAL_RESOLUTION > | |
| std::array< double, RESOLUTION > | data |
| Internal data structure for the image. | |
Pseudo image structure for the converted temperatures of a thermal image.