Functor to accumulate statistics of data. More...
#include <mia/core/seriesstats.hh>
Public Member Functions | |
FIntensityStatsAccumulator () | |
const SIntensityStats & | get_result () const |
template<typename Container > | |
void | operator() (const Container &data) |
Additional Inherited Members | |
Public Types inherited from TFilter< void > | |
typedef void | result_type |
defines the return type of the filter function More... | |
Functor to accumulate statistics of data.
This functior is used to accumulate the statistics over the data various containers or images.
Definition at line 59 of file seriesstats.hh.
FIntensityStatsAccumulator::FIntensityStatsAccumulator | ( | ) |
const SIntensityStats& FIntensityStatsAccumulator::get_result | ( | ) | const |
Evaluate the statistics and return it
void FIntensityStatsAccumulator::operator() | ( | const Container & | data | ) |
This function gets called for each entity from the input that the statistics is evaluated for.
data | the data container to be processed |
Definition at line 83 of file seriesstats.hh.
References NS_MIA_END.