![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Contains a class that converts thermal frames into false color images. More...
#include <array>#include <cstdint>#include <vector>#include <string>#include "otcsdk/Api.h"#include "otcsdk/common/ThermalFrame.h"#include "otcsdk/common/Image.h"Go to the source code of this file.
Classes | |
| struct | optris::TemperatureRegion |
| Characterizes a rectangular region by the indexes of the upper left and the lower right corners along with an associated temperature. More... | |
| struct | optris::IntegralPixel |
| Helper struct for calculating an integral image. More... | |
| class | optris::ImageBuilder |
| Creates false color images from thermal frames. More... | |
Namespaces | |
| namespace | optris |
| Main SDK namespace. | |
Enumerations | |
| enum class | optris::TemperatureScalingMode { optris::Manual , optris::MinMax , optris::Sigma1 , optris::Sigma3 } |
| Represents the different mode to scale temperatures when generating a false color image. More... | |
Contains a class that converts thermal frames into false color images.