Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::MeasurementFieldConfig Struct Reference

Encapsulates the configuration of a measurement field. More...

#include <MeasurementFieldConfig.h>

Collaboration diagram for optris::MeasurementFieldConfig:
Collaboration graph

Static Public Member Functions

static OTC_SDK_API void validate (MeasurementFieldConfig &config)
 Validates the measurement field configuration.
 

Public Attributes

std::string name
 Measurement field name.
 
FieldShapeConfig shape
 Defines the shape of the measurement field.
 
float emissivity = 1.F
 Field-specific emissivity value in [0.01, 1.1].
 
bool customEmissivity = false
 Indicates whether a custom emissivity should be used.
 

Detailed Description

Encapsulates the configuration of a measurement field.

Member Function Documentation

◆ validate()

static OTC_SDK_API void optris::MeasurementFieldConfig::validate ( MeasurementFieldConfig & config)
static

Validates the measurement field configuration.

Parameters
[in]configto validate.
Exceptions
SDKExceptionif the configuration is invalid.

Member Data Documentation

◆ emissivity

float optris::MeasurementFieldConfig::emissivity = 1.F

Field-specific emissivity value in [0.01, 1.1].

The field customEmissivity needs to be set to true for the specified value to be applied.


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