Class SymmetricHausdorffMetric

Inheritance Relationships

Base Type

Class Documentation

class SymmetricHausdorffMetric : public lvr2::OneSidedHausdorffMetric

original implementation of adapted to DMCReconstructionMetric interface

Public Functions

SymmetricHausdorffMetric()

Constructor.

~SymmetricHausdorffMetric()

destructor

virtual const double get_distance(HalfEdgeMesh<BaseVector<float>> a, HalfEdgeMesh<BaseVector<float>> b) override

calculates the symmetric hausdorff distance between the vertices of the two given meshes

Parameters:
  • a – mesh a

  • b – mesh b

Returns:

double the symmetric hausdorff distance between the given meshes