This is the complete list of members for ov_core::CamBase, including all inherited members.
_height | ov_core::CamBase | protected |
_width | ov_core::CamBase | protected |
CamBase(int width, int height) | ov_core::CamBase | inline |
CamBase()=default | ov_core::CamBase | protected |
camera_d_OPENCV | ov_core::CamBase | protected |
camera_k_OPENCV | ov_core::CamBase | protected |
camera_values | ov_core::CamBase | protected |
compute_distort_jacobian(const Eigen::Vector2d &uv_norm, Eigen::MatrixXd &H_dz_dzn, Eigen::MatrixXd &H_dz_dzeta)=0 | ov_core::CamBase | pure virtual |
distort_cv(const cv::Point2f &uv_norm) | ov_core::CamBase | inline |
distort_d(const Eigen::Vector2d &uv_norm) | ov_core::CamBase | inline |
distort_f(const Eigen::Vector2f &uv_norm)=0 | ov_core::CamBase | pure virtual |
get_D() | ov_core::CamBase | inline |
get_K() | ov_core::CamBase | inline |
get_value() | ov_core::CamBase | inline |
h() | ov_core::CamBase | inline |
set_value(const Eigen::MatrixXd &calib) | ov_core::CamBase | inlinevirtual |
undistort_cv(const cv::Point2f &uv_dist) | ov_core::CamBase | inline |
undistort_d(const Eigen::Vector2d &uv_dist) | ov_core::CamBase | inline |
undistort_f(const Eigen::Vector2f &uv_dist)=0 | ov_core::CamBase | pure virtual |
w() | ov_core::CamBase | inline |
~CamBase() | ov_core::CamBase | inlinevirtual |