14 #ifndef _MITK_PointSetDifferenceStatisticsCalculator_H 15 #define _MITK_PointSetDifferenceStatisticsCalculator_H 17 #include <itkObject.h> 35 itkFactorylessNewMacro(Self);
47 std::vector<double> GetDifferences();
51 std::vector<double> GetSquaredDifferences();
83 double GetNumberOfPoints();
94 void ComputeStatistics();
106 #endif // #define _MITK_PointSetDifferenceStatisticsCalculator_H
std::vector< double > m_SquaredDifferencesVector
vector holding the squared differences between the corresponding points
mitk::ImageStatisticsContainer::ImageStatisticsObject m_Statistics
struct holding the statistics
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKIMAGESTATISTICS_EXPORT
#define mitkNewMacro2Param(classname, typea, typeb)
mitk::PointSet::Pointer m_PointSet2
second point set used for comparison
bool m_StatisticsCalculated
flag indicating whether statistics are already calculated or not.
#define mitkClassMacroItkParent(className, SuperClassName)
std::vector< double > m_DifferencesVector
vector holding the differences between the corresponding points
Class for calculating the difference between two corresponding point sets. The user can access the si...
mitk::PointSet::Pointer m_PointSet1
first point set used for comparison
Container class for storing the computed image statistics.