#include <mitkEuclideanDistanceMetric.h>
Inherits mitkPointSetMetric.
Inheritance diagram for mitkEuclideanDistanceMetric:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkEuclideanDistanceMetric () | |
void | GetClosestPointPairs (vector< int > *closestPointMask) |
double | GetPointSetSimilarity () |
mitkEuclideanDistanceMetric is a concrete class computing similarity between two point sets using euclidean distance.
|
Constructor. |
|
Find correspondent point matches from moving point set to fixed point set.
Reimplemented from mitkPointSetMetric. |
|
Get the similarity measure between fixed point set and moving point set.
Reimplemented from mitkPointSetMetric. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkPointSetMetric. |