Data Fields
SIntensityStats Struct Reference

data structure to store te results of a statistical analyis of images More...

#include <mia/core/seriesstats.hh>

Data Fields

double max
 masimum values More...
 
double mean
 mean of all values More...
 
double min
 minimum value More...
 
size_t n
 number of values More...
 
double sum
 Sum of all values. More...
 
double sumsq
 Sum of the squares of all values. More...
 
double variation
 variation of the values More...
 

Detailed Description

data structure to store te results of a statistical analyis of images

Definition at line 33 of file seriesstats.hh.

Field Documentation

double SIntensityStats::max

masimum values

Definition at line 45 of file seriesstats.hh.

Referenced by FIntensityStatsAccumulator::operator()().

double SIntensityStats::mean

mean of all values

Definition at line 39 of file seriesstats.hh.

double SIntensityStats::min

minimum value

Definition at line 43 of file seriesstats.hh.

Referenced by FIntensityStatsAccumulator::operator()().

size_t SIntensityStats::n

number of values

Definition at line 47 of file seriesstats.hh.

Referenced by FIntensityStatsAccumulator::operator()().

double SIntensityStats::sum

Sum of all values.

Definition at line 35 of file seriesstats.hh.

Referenced by FIntensityStatsAccumulator::operator()().

double SIntensityStats::sumsq

Sum of the squares of all values.

Definition at line 37 of file seriesstats.hh.

Referenced by FIntensityStatsAccumulator::operator()().

double SIntensityStats::variation

variation of the values

Definition at line 41 of file seriesstats.hh.


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