
Go to the source code of this file.
Classes | |
| struct | image_geometry::PinholeCameraModel::Cache |
Namespaces | |
| image_geometry | |
Enumerations | |
| enum | image_geometry::DistortionState { image_geometry::NONE, image_geometry::CALIBRATED, image_geometry::UNKNOWN } |
Functions | |
| template<typename T > | |
| bool | image_geometry::update (const T &new_val, T &my_val) |
| template<typename MatT > | |
| bool | image_geometry::updateMat (const MatT &new_mat, MatT &my_mat, cv::Mat_< double > &cv_mat, int rows, int cols) |
| template<typename MatT , typename MatU > | |
| bool | image_geometry::updateMat (const MatT &new_mat, MatT &my_mat, MatU &cv_mat) |