Visual Servoing Platform  version 3.3.0 under development (2020-02-17)
vpPixelMeterConversion Member List

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)vpPixelMeterConversionstatic
convertLine(const cv::Mat &cameraMatrix, const double &rho_p, const double &theta_p, double &rho_m, double &theta_m)vpPixelMeterConversionstatic
convertMoment(const vpCameraParameters &cam, unsigned int order, const vpMatrix &moment_pixel, vpMatrix &moment_meter)vpPixelMeterConversionstatic
convertMoment(const cv::Mat &cameraMatrix, unsigned int order, const vpMatrix &moment_pixel, vpMatrix &moment_meter)vpPixelMeterConversionstatic
convertPoint(const vpCameraParameters &cam, const double &u, const double &v, double &x, double &y)vpPixelMeterConversioninlinestatic
convertPoint(const vpCameraParameters &cam, const vpImagePoint &iP, double &x, double &y)vpPixelMeterConversioninlinestatic
convertPoint(const cv::Mat &cameraMatrix, const cv::Mat &distCoeffs, const double &u, const double &v, double &x, double &y)vpPixelMeterConversionstatic
convertPoint(const cv::Mat &cameraMatrix, const cv::Mat &distCoeffs, const vpImagePoint &iP, double &x, double &y)vpPixelMeterConversionstatic