Searched refs:points_list (Results 1 – 2 of 2) sorted by relevance
20 cv::Point3f get_nearest_3D_point(std::vector<cv::Point3f> &points_list, cv::Point3f origin);52 cv::Point3f get_nearest_3D_point(std::vector<cv::Point3f> &points_list, cv::Point3f origin) in get_nearest_3D_point() argument54 cv::Point3f p1 = points_list[0]; in get_nearest_3D_point()55 cv::Point3f p2 = points_list[1]; in get_nearest_3D_point()
817 points_list = [zip(list_x[slot], list_y[slot]) for slot in target_slots]818 points_dict = dict(zip(target_slots, points_list))