Class for calculating the difference between two corresponding point sets. The user can access the single distances between corresponding points as well as a complete statistic (mean, sd, rms, median, max, min) The point sets must be of equal size!
More...
#include <mitkPointSetDifferenceStatisticsCalculator.h>
Class for calculating the difference between two corresponding point sets. The user can access the single distances between corresponding points as well as a complete statistic (mean, sd, rms, median, max, min) The point sets must be of equal size!
Definition at line 30 of file mitkPointSetDifferenceStatisticsCalculator.h.
◆ PointSetDifferenceStatisticsCalculator() [1/2]
mitk::PointSetDifferenceStatisticsCalculator::PointSetDifferenceStatisticsCalculator |
( |
| ) |
|
|
protected |
◆ PointSetDifferenceStatisticsCalculator() [2/2]
◆ ~PointSetDifferenceStatisticsCalculator()
mitk::PointSetDifferenceStatisticsCalculator::~PointSetDifferenceStatisticsCalculator |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
Pointer mitk::PointSetDifferenceStatisticsCalculator::Clone |
( |
| ) |
const |
◆ ComputeStatistics()
void mitk::PointSetDifferenceStatisticsCalculator::ComputeStatistics |
( |
| ) |
|
|
protected |
Method for computing the complete statistics of the differences between the given point sets.
◆ GetDifferences()
std::vector<double> mitk::PointSetDifferenceStatisticsCalculator::GetDifferences |
( |
| ) |
|
returns a vector holding the differences between the corresponding points of the point sets
◆ GetMax()
double mitk::PointSetDifferenceStatisticsCalculator::GetMax |
( |
| ) |
|
returns the maximal distance of all corresponding points of the point sets
◆ GetMean()
double mitk::PointSetDifferenceStatisticsCalculator::GetMean |
( |
| ) |
|
returns the mean distance of all corresponding points of the point sets
◆ GetMedian()
double mitk::PointSetDifferenceStatisticsCalculator::GetMedian |
( |
| ) |
|
returns the median distance of all corresponding points of the point sets
◆ GetMin()
double mitk::PointSetDifferenceStatisticsCalculator::GetMin |
( |
| ) |
|
returns the minimal distance of all corresponding points of the point sets
◆ GetNumberOfPoints()
double mitk::PointSetDifferenceStatisticsCalculator::GetNumberOfPoints |
( |
| ) |
|
returns the total number of corresponding points of the point sets
◆ GetRMS()
double mitk::PointSetDifferenceStatisticsCalculator::GetRMS |
( |
| ) |
|
returns the root mean squared distance of all corresponding points of the point sets
◆ GetSD()
double mitk::PointSetDifferenceStatisticsCalculator::GetSD |
( |
| ) |
|
returns the standard deviation of the distances between all corresponding points of the point sets
◆ GetSquaredDifferences()
std::vector<double> mitk::PointSetDifferenceStatisticsCalculator::GetSquaredDifferences |
( |
| ) |
|
returns a vector holding the squared differences between the corresponding points of the point sets
◆ GetVariance()
double mitk::PointSetDifferenceStatisticsCalculator::GetVariance |
( |
| ) |
|
returns the variance of the distances between all corresponding points of the point sets
◆ mitkClassMacroItkParent()
◆ mitkNewMacro2Param()
◆ New()
static Pointer mitk::PointSetDifferenceStatisticsCalculator::New |
( |
| ) |
|
|
static |
◆ SetPointSets()
set point sets to be compared
◆ m_DifferencesVector
std::vector<double> mitk::PointSetDifferenceStatisticsCalculator::m_DifferencesVector |
|
protected |
◆ m_PointSet1
◆ m_PointSet2
◆ m_SquaredDifferencesVector
std::vector<double> mitk::PointSetDifferenceStatisticsCalculator::m_SquaredDifferencesVector |
|
protected |
◆ m_Statistics
◆ m_StatisticsCalculated
bool mitk::PointSetDifferenceStatisticsCalculator::m_StatisticsCalculated |
|
protected |
The documentation for this class was generated from the following file: