Name
cam_par_pose_to_hom_mat3dT_cam_par_pose_to_hom_mat3dCamParPoseToHomMat3dCamParPoseToHomMat3d — Convert internal camera parameters and a 3D pose into a 3×4
projection matrix.
cam_par_pose_to_hom_mat3dcam_par_pose_to_hom_mat3dCamParPoseToHomMat3dCamParPoseToHomMat3dCamParPoseToHomMat3d converts the internal camera
parameters CameraParamCameraParamCameraParamCameraParamcameraParam and the 3D pose PosePosePosePosepose, which
represent the external camera parameters, into the 3×4 projection
matrix HomMat3DHomMat3DHomMat3DHomMat3DhomMat3D, which can be used to project points from
3D to 2D. The conversion can only be performed if the distortion
coefficients in CameraParamCameraParamCameraParamCameraParamcameraParam are 0. If necessary,
change_radial_distortion_cam_parchange_radial_distortion_cam_parChangeRadialDistortionCamParChangeRadialDistortionCamParChangeRadialDistortionCamPar must be used to achieve
this. The internal camera parameters and the pose are typically
obtained with calibrate_camerascalibrate_camerasCalibrateCamerasCalibrateCamerasCalibrateCameras.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Internal camera parameters.
3D pose.
Number of elements: 7
cam_par_pose_to_hom_mat3dcam_par_pose_to_hom_mat3dCamParPoseToHomMat3dCamParPoseToHomMat3dCamParPoseToHomMat3d returns 2 (H_MSG_TRUE) if all parameter
values are correct. If necessary, an exception is raised
calibrate_camerascalibrate_camerasCalibrateCamerasCalibrateCamerasCalibrateCameras,
change_radial_distortion_cam_parchange_radial_distortion_cam_parChangeRadialDistortionCamParChangeRadialDistortionCamParChangeRadialDistortionCamPar
project_point_hom_mat3dproject_point_hom_mat3dProjectPointHomMat3dProjectPointHomMat3dProjectPointHomMat3d,
project_hom_point_hom_mat3dproject_hom_point_hom_mat3dProjectHomPointHomMat3dProjectHomPointHomMat3dProjectHomPointHomMat3d
create_posecreate_poseCreatePoseCreatePoseCreatePose,
hom_mat3d_to_posehom_mat3d_to_poseHomMat3dToPoseHomMat3dToPoseHomMat3dToPose,
project_3d_pointproject_3d_pointProject3dPointProject3dPointProject3dPoint,
get_line_of_sightget_line_of_sightGetLineOfSightGetLineOfSightGetLineOfSight
Foundation