EduArt Sensor Ring Library 3.0.1
Loading...
Searching...
No Matches
eduart::measurement::GrayscaleImage Class Reference

Grayscale image with 1 channel and 8 bit color depth. More...

#include <ThermalMeasurement.hpp>

Inheritance diagram for eduart::measurement::GrayscaleImage:
[legend]
Collaboration diagram for eduart::measurement::GrayscaleImage:
[legend]

Additional Inherited Members

Public Member Functions inherited from eduart::measurement::GenericGrayscaleImage< std::uint8_t, THERMAL_RESOLUTION >
double avg ()
 Calculate the average over all pixels.
GenericGrayscaleImageround ()
 Round each pixel value when a floating point type is used.
GenericGrayscaleImageoperator/= (const std::uint8_t other)
 Divide each pixel by the same value.
GenericGrayscaleImageoperator+= (const std::uint8_t other)
 Add the same value to each pixel.
GenericGrayscaleImageoperator-= (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.

Detailed Description

Grayscale image with 1 channel and 8 bit color depth.


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