![]() |
Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
|
Contains a class that converts thermal frames into false color images. More...
#include <memory>
#include <array>
#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... | |
class | optris::ImageBuilder |
Creates false color images from thermal frames. More... | |
Namespaces | |
namespace | optris |
Main SDK namespace. | |
Enumerations | |
enum class | optris::ColoringPalette { optris::AlarmBlue , optris::AlarmBlueHi , optris::GrayBW , optris::GrayWB , optris::AlarmGreen , optris::Iron , optris::IronHi , optris::Medical , optris::Rainbow , optris::RainbowHi , optris::AlarmRed } |
Represents the available coloring palettes. More... | |
enum class | optris::PaletteScalingMethod { optris::Manual , optris::MinMax , optris::Sigma1 , optris::Sigma3 } |
Represents the false color conversion strategies. More... | |
Contains a class that converts thermal frames into false color images.