Visual Servoing Platform
version 3.4.0
|
This is the complete list of members for vpPixelMeterConversion, including all inherited members.
convertEllipse(const vpCameraParameters &cam, const vpImagePoint ¢er_p, double n20_p, double n11_p, double n02_p, double &xc_m, double &yc_m, double &n20_m, double &n11_m, double &n02_m) | vpPixelMeterConversion | static |
convertEllipse(const cv::Mat &cameraMatrix, const cv::Mat &distCoeffs, const vpImagePoint ¢er_p, double n20_p, double n11_p, double n02_p, double &xc_m, double &yc_m, double &n20_m, double &n11_m, double &n02_m) | vpPixelMeterConversion | static |
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 |