sym.ops.linear_camera_cal.group_ops module#

class GroupOps[source]#

Bases: object

Python GroupOps implementation for symforce.cam.linear_camera_cal.LinearCameraCal.

static identity()[source]#
Return type:

LinearCameraCal

static inverse(a)[source]#
Parameters:

a (LinearCameraCal) –

Return type:

LinearCameraCal

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

LinearCameraCal

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

LinearCameraCal

static inverse_with_jacobian(a)[source]#
Parameters:

a (LinearCameraCal) –

Return type:

Tuple[LinearCameraCal, ndarray]

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

Tuple[LinearCameraCal, ndarray, ndarray]

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

Tuple[LinearCameraCal, ndarray, ndarray]