pr2_calibration_estimation::camera::RectifiedCamera Class Reference
List of all members.
Detailed Description
Primitive for projecting 3D points into a monocular camera. The baseline
term of the projection matrix can be changed. The baseline shift is added
to the P[0,3] term of the projection matrix found in CameraInfo
Parameters are ordered as follows [baseline_shift, f_shift, cx_shift, cy_shift]
Definition at line 40 of file camera.py.
Member Function Documentation
def pr2_calibration_estimation::camera::RectifiedCamera::__init__ |
( |
|
self, |
|
|
|
config | |
|
) |
| | |
def pr2_calibration_estimation::camera::RectifiedCamera::calc_free |
( |
|
self, |
|
|
|
free_config | |
|
) |
| | |
def pr2_calibration_estimation::camera::RectifiedCamera::deflate |
( |
|
self |
) |
|
def pr2_calibration_estimation::camera::RectifiedCamera::get_length |
( |
|
self |
) |
|
def pr2_calibration_estimation::camera::RectifiedCamera::get_param_names |
( |
|
self |
) |
|
def pr2_calibration_estimation::camera::RectifiedCamera::inflate |
( |
|
self, |
|
|
|
param_vec | |
|
) |
| | |
def pr2_calibration_estimation::camera::RectifiedCamera::params_to_config |
( |
|
self, |
|
|
|
param_vec | |
|
) |
| | |
def pr2_calibration_estimation::camera::RectifiedCamera::project |
( |
|
self, |
|
|
|
P_list, |
|
|
|
pts | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: