pose_format.tensorflow.representation.point_line_distance module

Classes:

PointLineDistanceRepresentation()

A class to compute the distance between a point and a line segment.

class pose_format.tensorflow.representation.point_line_distance.PointLineDistanceRepresentation[source]

Bases: object

A class to compute the distance between a point and a line segment.

Parameters:

distance (DistanceRepresentation) – Instance of the DistanceRepresentation class to compute the Euclidean distance.