13 #ifndef MITKSIMPLEUNSTRUCTUREDGRIDHISTOGRAM_H 14 #define MITKSIMPLEUNSTRUCTUREDGRIDHISTOGRAM_H 20 #include <itkListSample.h> 29 double GetMin()
const override;
30 double GetMax()
const override;
32 void ComputeFromBaseData(
BaseData *source)
override;
33 float GetRelativeBin(
double start,
double end)
const override;
36 typedef double MeasurementType;
37 typedef itk::Vector<MeasurementType, 1> MeasurementVectorType;
38 typedef itk::Statistics::ListSample<MeasurementVectorType> ListSampleType;
40 typedef itk::Statistics::Histogram<MeasurementType> HistogramType;
42 HistogramType::ConstPointer m_UGHistogram;
46 HistogramType::BinMinContainerType m_Mins;
47 HistogramType::BinMaxContainerType m_Maxs;
49 double m_InvMaxFrequency;
54 #endif // MITKSIMPLEUNSTRUCTUREDGRIDHISTOGRAM_H Base of all data objects.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKALGORITHMSEXT_EXPORT
Abstract superclass for histograms with double values. Classes which are deriving from this class can...