pose_format.tensorflow.representation.point_line_distance module
Classes:
A class to compute the distance between a point and a line segment. |
- class pose_format.tensorflow.representation.point_line_distance.PointLineDistanceRepresentation[source]
Bases:
objectA class to compute the distance between a point and a line segment.
- Parameters:
distance (
DistanceRepresentation) – Instance of theDistanceRepresentationclass to compute the Euclidean distance.