14 #ifndef _MITK_PointSetSTATISTICSCALCULATOR_H 15 #define _MITK_PointSetSTATISTICSCALCULATOR_H 17 #include <itkObject.h> 32 itkFactorylessNewMacro(Self);
50 double GetPositionErrorMean();
53 double GetPositionErrorStandardDeviation();
56 double GetPositionErrorSampleStandardDeviation();
59 double GetPositionErrorRMS();
62 double GetPositionErrorMedian();
65 double GetPositionErrorMax();
68 double GetPositionErrorMin();
76 double GetStabw(std::vector<double> list);
79 double GetSampleStabw(std::vector<double> list);
93 std::vector<double> GetErrorList(std::vector<mitk::Point3D> list);
102 bool CheckIfAllPositionsAreEqual();
106 double GetMean(std::vector<double> list);
108 double GetMedian(std::vector<double> list);
110 double GetMax(std::vector<double> list);
112 double GetMin(std::vector<double> list);
118 #endif // #define _MITK_PointSetSTATISTICSCALCULATOR_H
#define mitkNewMacro1Param(classname, type)
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKIMAGESTATISTICS_EXPORT
mitk::PointSet::Pointer m_PointSet
#define mitkClassMacroItkParent(className, SuperClassName)
Class for calculating statistics (like standard derivation, RMS, mean, etc.) for a PointSet...