OTB
9.0.0
Orfeo Toolbox
|
#include <otbStreamingStatisticsMapFromLabelImageFilter.h>
Holds statistics for each label of a label image.
Intended to store and update the following statistics: -count -sum of values -sum of squared values -min -max
TODO: -Better architecture? -Enrich with other statistics? -Move this class in a dedicated source to enable its use by other otbStatistics stuff?