13 #ifndef mitkSimpleUnstructuredGridHistogram_h
14 #define mitkSimpleUnstructuredGridHistogram_h
20 #include <itkListSample.h>
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;
#define MITKALGORITHMSEXT_EXPORT
Base of all data objects.
Abstract superclass for histograms with double values. Classes which are deriving from this class can...
float GetRelativeBin(double start, double end) const override
TODO: (What should this method do?)
SimpleUnstructuredGridHistogram()
double GetMin() const override
Returns the minimal value of the histogram.
double GetMax() const override
Returns the maximum value of the histogram.
void ComputeFromBaseData(BaseData *source) override
Creates a new histogram out the source.
Find image slices visible on a given plane.