#include <cv.h>
Go to the source code of this file.
Namespaces | |
namespace | cv |
Functions | |
void | cv::findPlanarObjectPose (const Mat &object_points, const Mat &image_points, const Point3f &normal, const Mat &intrinsic_matrix, const Mat &distortion_coeffs, std::vector< Point3f > &object_points_crf) |
void | cv::solvePlanarPnP (const Mat &objectPoints, const Mat &imagePoints, const Mat &cameraMatrix, const Mat &distCoeffs, Mat &rvec, Mat &tvec, bool useExtrinsicGuess=false) |