![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Holds the radiation parameters for a frame or a measurement field. More...
#include <RadiationParameters.h>

Public Member Functions | |
| OTC_SDK_API | RadiationParameters () noexcept |
| Constructor. | |
| OTC_SDK_API void | validate () |
| Validates and rectifies the radiation parameters. | |
| OTC_SDK_API std::string | toString () const noexcept |
| Returns a string representation of the radiation parameters. | |
Public Attributes | |
| float | emissivity |
| Emissivity. | |
| float | transmissivity |
| Transmissivity. | |
| float | ambientTemperature |
| Ambient temperature in °C. | |
| bool | estimateAmbientTemperature |
| Estimate the ambient temperature. | |
Holds the radiation parameters for a frame or a measurement field.
|
noexcept |
Returns a string representation of the radiation parameters.
| float optris::RadiationParameters::ambientTemperature |
Ambient temperature in °C.
For an automated estimation of this temperature see estimateAmbientTemperature.
| float optris::RadiationParameters::emissivity |
Emissivity.
Its value will be limited to [0.1, 1.1].
| bool optris::RadiationParameters::estimateAmbientTemperature |
Estimate the ambient temperature.
If set to true
If set to false
| float optris::RadiationParameters::transmissivity |
Transmissivity.
Its value will be limited to [0.1, 1.1].