sym.ops.orthographic_camera_cal.group_ops module

class GroupOps[source]

Bases: object

Python GroupOps implementation for symforce.cam.orthographic_camera_cal.OrthographicCameraCal.

static identity()[source]
Return type:

OrthographicCameraCal

static inverse(a)[source]
Parameters:

a (OrthographicCameraCal) –

Return type:

OrthographicCameraCal

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

OrthographicCameraCal

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

OrthographicCameraCal

static inverse_with_jacobian(a)[source]
Parameters:

a (OrthographicCameraCal) –

Return type:

Tuple[OrthographicCameraCal, ndarray]

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

Tuple[OrthographicCameraCal, ndarray, ndarray]

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

Tuple[OrthographicCameraCal, ndarray, ndarray]