class IntrinsicParameters

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
sensorintThe sensor for which the parameters apply toYou can manipulate the field sensor as if it were a regular field. To clear the value of sensor and reset it to the default value for its type, you call the ClearField() method of the Message interface.
resolutionintThe resolution for which the parameters apply toYou can manipulate the field resolution as if it were a regular field. To clear the value of resolution and reset it to the default value for its type, you call the ClearField() method of the Message interface.
principal_point_xfloatHorizontal coordinate of the principal point of the image, as a pixel offset from the left edgeYou can manipulate the field principal_point_x as if it were a regular field. To clear the value of principal_point_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
principal_point_yfloatVertical coordinate of the principal point of the image, as a pixel offset from the top edgeYou can manipulate the field principal_point_y as if it were a regular field. To clear the value of principal_point_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
focal_length_xfloatFocal length of the image plane, as a multiple of pixel widthYou can manipulate the field focal_length_x as if it were a regular field. To clear the value of focal_length_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
focal_length_yfloatFocal length of the image plane, as a multiple of pixel heightYou can manipulate the field focal_length_y as if it were a regular field. To clear the value of focal_length_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
distortion_coeffsDistortionCoefficientsDistortion coefficientsTo set distortion_coeffs, you simply assign a value directly to a field within distortion_coeffs. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: VisionConfig (Python)