Markers

class zoloto.marker.Marker(marker_id, corners, size, calibration_params=None, precalculated_vectors=None)[source]
__init__(marker_id, corners, size, calibration_params=None, precalculated_vectors=None)[source]

Initialize self. See help(type(self)) for accurate signature.

as_dict()[source]
Return type

Dict[str, Any]

property cartesian
Return type

ThreeDCoordinates

distance
classmethod from_dict(marker_dict)[source]
Return type

Marker

property id
Return type

int

property orientation
Return type

Orientation

pixel_centre
property pixel_corners
Return type

List[Coordinates]

property size
Return type

int

spherical