Searched defs:point3d (Results 1 – 5 of 5) sorted by relevance
21 private Point3d point3d; field in Shape28 public void setPoint3d(Point3d point3d) { in setPoint3d()
21 void ModelRegistration::registerPoint(const cv::Point2f &point2d, const cv::Point3f &point3d) in registerPoint()
164 cv::Point3f point3d = mesh->getVertex(i); in verify_points() local175 cv::Point2f PnPProblem::backproject3DPoint(const cv::Point3f &point3d) in backproject3DPoint()197 … PnPProblem::backproject2DPoint(const Mesh *mesh, const cv::Point2f &point2d, cv::Point3f &point3d) in backproject2DPoint()
21 void Model::add_correspondence(const cv::Point2f &point2d, const cv::Point3f &point3d) in add_correspondence()
204 Point3f point3d; in main() local