Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
This is the complete list of members for vpPixelMeterConversion, including all inherited members.
convertLine(const vpCameraParameters &cam, const double &rho_p, const double &theta_p, double &rho_m, double &theta_m) | vpPixelMeterConversion | static |
convertLine(const cv::Mat &cameraMatrix, const double &rho_p, const double &theta_p, double &rho_m, double &theta_m) | vpPixelMeterConversion | static |
convertMoment(const vpCameraParameters &cam, unsigned int order, const vpMatrix &moment_pixel, vpMatrix &moment_meter) | vpPixelMeterConversion | static |
convertMoment(const cv::Mat &cameraMatrix, unsigned int order, const vpMatrix &moment_pixel, vpMatrix &moment_meter) | vpPixelMeterConversion | static |
convertPoint(const vpCameraParameters &cam, const double &u, const double &v, double &x, double &y) | vpPixelMeterConversion | inlinestatic |
convertPoint(const vpCameraParameters &cam, const vpImagePoint &iP, double &x, double &y) | vpPixelMeterConversion | inlinestatic |
convertPoint(const cv::Mat &cameraMatrix, const cv::Mat &distCoeffs, const double &u, const double &v, double &x, double &y) | vpPixelMeterConversion | static |
convertPoint(const cv::Mat &cameraMatrix, const cv::Mat &distCoeffs, const vpImagePoint &iP, double &x, double &y) | vpPixelMeterConversion | static |