Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
14 #ifndef mitkPointSetDifferenceStatisticsCalculator_h
15 #define mitkPointSetDifferenceStatisticsCalculator_h
17 #include <itkObject.h>
35 itkFactorylessNewMacro(Self);
47 std::vector<double> GetDifferences();
51 std::vector<double> GetSquaredDifferences();
83 double GetNumberOfPoints();
94 void ComputeStatistics();
mitk::PointSet::Pointer m_PointSet1
first point set used for comparison
#define mitkNewMacro2Param(classname, typea, typeb)
std::vector< double > m_SquaredDifferencesVector
vector holding the squared differences between the corresponding points
#define mitkClassMacroItkParent(className, SuperClassName)
Class for calculating the difference between two corresponding point sets. The user can access the si...
Find image slices visible on a given plane.
#define MITKIMAGESTATISTICS_EXPORT
mitk::PointSet::Pointer m_PointSet2
second point set used for comparison
Container class for storing the computed image statistics.
bool m_StatisticsCalculated
flag indicating whether statistics are already calculated or not.
std::vector< double > m_DifferencesVector
vector holding the differences between the corresponding points
mitk::ImageStatisticsContainer::ImageStatisticsObject m_Statistics
struct holding the statistics