Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation). More...
Functions | |
float | getCameraBaseline () const |
Return the baseline of the camera in the sl::UNIT defined in sl::InitParameters.coordinate_units. More... | |
CalibrationParameters | scale (sl::Resolution const &output_resolution) const |
computes and returns the calibration associated to the query resolution More... | |
Attributes | |
CameraParameters | left_cam |
Intrinsics sl::CameraParameters of the left camera. More... | |
CameraParameters | right_cam |
Intrinsics sl::CameraParameters of the right camera. More... | |
Transform | stereo_transform |
Left to right camera transform, expressed in user coordinate system and unit (defined by InitParameters). More... | |
Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation).
That information about the camera will be returned by sl::Camera.getCameraInformation().
float getCameraBaseline | ( | ) | const |
Return the baseline of the camera in the sl::UNIT defined in sl::InitParameters.coordinate_units.
|
inline |
computes and returns the calibration associated to the query resolution
output_resolution | the query resolution |
CameraParameters left_cam |
Intrinsics sl::CameraParameters of the left camera.
Referenced by CalibrationParameters::scale().
CameraParameters right_cam |
Intrinsics sl::CameraParameters of the right camera.
Referenced by CalibrationParameters::scale().
Transform stereo_transform |
Left to right camera transform, expressed in user coordinate system and unit (defined by InitParameters).
Referenced by CalibrationParameters::scale().