Searched refs:intersections_list (Results 1 – 1 of 1) sorted by relevance
229 std::vector<cv::Point3f> intersections_list; in backproject2DPoint() local244 intersections_list.push_back(tmp_pt); in backproject2DPoint()249 if (!intersections_list.empty()) in backproject2DPoint()251 point3d = get_nearest_3D_point(intersections_list, R.getP0()); in backproject2DPoint()