sym.ops.polynomial_camera_cal.group_ops module#
- class GroupOps[source]#
Bases:
object
Python GroupOps implementation for
symforce.cam.polynomial_camera_cal.PolynomialCameraCal
.- static inverse(a)[source]#
- Parameters:
a (PolynomialCameraCal) –
- Return type:
- static compose(a, b)[source]#
- Parameters:
a (PolynomialCameraCal) –
b (PolynomialCameraCal) –
- Return type:
- static between(a, b)[source]#
- Parameters:
a (PolynomialCameraCal) –
b (PolynomialCameraCal) –
- Return type:
- static inverse_with_jacobian(a)[source]#
- Parameters:
a (PolynomialCameraCal) –
- Return type:
- static compose_with_jacobians(a, b)[source]#
- Parameters:
a (PolynomialCameraCal) –
b (PolynomialCameraCal) –
- Return type:
- static between_with_jacobians(a, b)[source]#
- Parameters:
a (PolynomialCameraCal) –
b (PolynomialCameraCal) –
- Return type: