Perception Tool Kit (PTK) API Guide
PTK_Alg_StereoOG_CreateOGCamParams Struct Reference

Detailed Description

Stereo algorithm - camera Parameters.

Collaboration diagram for PTK_Alg_StereoOG_CreateOGCamParams:
Collaboration graph

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
 

Field Documentation

◆ camHeight

int32_t PTK_Alg_StereoOG_CreateOGCamParams::camHeight

Camera height from ground

◆ camRoll

float PTK_Alg_StereoOG_CreateOGCamParams::camRoll

Camera roll angle

◆ camPitch

float PTK_Alg_StereoOG_CreateOGCamParams::camPitch

Camera pitch angle

◆ camYaw

float PTK_Alg_StereoOG_CreateOGCamParams::camYaw

Camera yaw angle

◆ sinPitch

float PTK_Alg_StereoOG_CreateOGCamParams::sinPitch

sine of camera pitch

◆ cosPitch

float PTK_Alg_StereoOG_CreateOGCamParams::cosPitch

cosine of camera pitch

◆ baseline

int32_t PTK_Alg_StereoOG_CreateOGCamParams::baseline

Baseline distance in mm between left and right cameras

◆ dcx

float PTK_Alg_StereoOG_CreateOGCamParams::dcx

Horizontal distortion center

◆ dcy

float PTK_Alg_StereoOG_CreateOGCamParams::dcy

Vertical distortion center

◆ f

float PTK_Alg_StereoOG_CreateOGCamParams::f

Camera focal length

◆ K

PTK_3D_Matrix PTK_Alg_StereoOG_CreateOGCamParams::K

Camera instrinsic parameters

◆ invK

PTK_3D_Matrix PTK_Alg_StereoOG_CreateOGCamParams::invK

Inverse of camera intrinsic parameters