Functions | |
| void | 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::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 | |||
| ) |
Definition at line 203 of file planar.cpp.