![]() |
EduArt Sensor Ring Library 3.0.1
|
Grayscale image with 1 channel and 8 bit color depth. More...
#include <ThermalMeasurement.hpp>
Additional Inherited Members | |
| Public Member Functions inherited from eduart::measurement::GenericGrayscaleImage< std::uint8_t, 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 std::uint8_t other) |
| Divide each pixel by the same value. | |
| GenericGrayscaleImage & | operator+= (const std::uint8_t other) |
| Add the same value to each pixel. | |
| GenericGrayscaleImage & | operator-= (const std::uint8_t other) |
| Subtract the same value from each pixel. | |
| Public Attributes inherited from eduart::measurement::GenericGrayscaleImage< std::uint8_t, THERMAL_RESOLUTION > | |
| std::array< std::uint8_t, RESOLUTION > | data |
| Internal data structure for the image. | |
Grayscale image with 1 channel and 8 bit color depth.