Encapsulates the results of the statistical analysis of a measurement field.
More...
#include <FieldProperties.h>
|
|
float | min = 0.F |
| | Minimum temperature in °C.
|
| |
|
float | max = 0.F |
| | Maximum temperature in °C.
|
| |
|
float | mean = 0.F |
| | Mean temperature in °C.
|
| |
|
float | sampleDeviation = 0.F |
| | Sample deviation of the temperatures in °C.
|
| |
|
float | median = 0.F |
| | Median temperature in °C.
|
| |
|
std::size_t | n = 0 |
| | Number of evaluated valid pixels in the field.
|
| |
Encapsulates the results of the statistical analysis of a measurement field.
The documentation for this struct was generated from the following file: