Searched defs:list_points3d (Results 1 – 3 of 3) sorted by relevance
14 void CsvWriter::writeXYZ(const vector<Point3f> &list_points3d) in writeXYZ()28 void CsvWriter::writeUVXYZ(const vector<Point3f> &list_points3d, const vector<Point2f> &list_points… in writeUVXYZ()
133 vector<Point3f> list_points3d = registration.get_points3d(); in main() local168 vector<Point3f> list_points3d = registration.get_points3d(); in main() local
109 bool PnPProblem::estimatePose( const std::vector<cv::Point3f> &list_points3d, in estimatePose()135 void PnPProblem::estimatePoseRANSAC( const std::vector<cv::Point3f> &list_points3d, // list with mo… in estimatePoseRANSAC()