EduArt Sensor Ring Library 3.0.0
Loading...
Searching...
No Matches
eduart::measurement::FalseColorImage Class Reference

False color image with 3 channels (red, green, blue) and 8 bit color depth. More...

#include <ThermalMeasurement.hpp>

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

Additional Inherited Members

Public Member Functions inherited from eduart::measurement::GenericRGBImage< std::uint8_t, THERMAL_RESOLUTION >
void copyTo (std::uint8_t *buffer, int size)
 Copy image data to a pre-allocated buffer (flattened: R,G,B,R,G,B,...).
Public Attributes inherited from eduart::measurement::GenericRGBImage< std::uint8_t, THERMAL_RESOLUTION >
std::array< std::array< std::uint8_t, 3 >, RESOLUTION > data
 Internal data structure for the image.

Detailed Description

False color image with 3 channels (red, green, blue) and 8 bit color depth.


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