sym.ops.atan_camera_cal.group_ops module

class GroupOps[source]

Bases: object

Python GroupOps implementation for symforce.cam.atan_camera_cal.ATANCameraCal.

static identity()[source]
Return type:

ATANCameraCal

static inverse(a)[source]
Parameters:

a (ATANCameraCal) –

Return type:

ATANCameraCal

static compose(a, b)[source]
Parameters:
Return type:

ATANCameraCal

static between(a, b)[source]
Parameters:
Return type:

ATANCameraCal

static inverse_with_jacobian(a)[source]
Parameters:

a (ATANCameraCal) –

Return type:

Tuple[ATANCameraCal, ndarray]

static compose_with_jacobians(a, b)[source]
Parameters:
Return type:

Tuple[ATANCameraCal, ndarray, ndarray]

static between_with_jacobians(a, b)[source]
Parameters:
Return type:

Tuple[ATANCameraCal, ndarray, ndarray]