![]() |
Perception Tool Kit (PTK) API Guide
|
Stereo algorithm - camera Parameters.
Data Fields | |
int32_t | camHeight |
float | camRoll |
float | camPitch |
float | camYaw |
float | sinPitch |
float | cosPitch |
int32_t | baseline |
float | dcx |
float | dcy |
float | f |
PTK_3D_Matrix | K |
PTK_3D_Matrix | invK |
int32_t PTK_Alg_StereoOG_CreateOGCamParams::camHeight |
Camera height from ground
float PTK_Alg_StereoOG_CreateOGCamParams::camRoll |
Camera roll angle
float PTK_Alg_StereoOG_CreateOGCamParams::camPitch |
Camera pitch angle
float PTK_Alg_StereoOG_CreateOGCamParams::camYaw |
Camera yaw angle
float PTK_Alg_StereoOG_CreateOGCamParams::sinPitch |
sine of camera pitch
float PTK_Alg_StereoOG_CreateOGCamParams::cosPitch |
cosine of camera pitch
int32_t PTK_Alg_StereoOG_CreateOGCamParams::baseline |
Baseline distance in mm between left and right cameras
float PTK_Alg_StereoOG_CreateOGCamParams::dcx |
Horizontal distortion center
float PTK_Alg_StereoOG_CreateOGCamParams::dcy |
Vertical distortion center
float PTK_Alg_StereoOG_CreateOGCamParams::f |
Camera focal length
PTK_3D_Matrix PTK_Alg_StereoOG_CreateOGCamParams::K |
Camera instrinsic parameters
PTK_3D_Matrix PTK_Alg_StereoOG_CreateOGCamParams::invK |
Inverse of camera intrinsic parameters