getVertex 909 modules/imgproc/include/opencv2/imgproc.hpp CV_WRAP Point2f getVertex(int vertex, CV_OUT int* firstEdge = 0) const; getVertex 68 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h cv::Point3f getVertex(int pos) const { return list_vertex_[pos]; } getVertex 164 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp cv::Point3f point3d = mesh->getVertex(i); getVertex 234 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp cv::Point3f V0 = mesh->getVertex(triangles_list[i][0]); getVertex 235 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp cv::Point3f V1 = mesh->getVertex(triangles_list[i][1]); getVertex 236 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp cv::Point3f V2 = mesh->getVertex(triangles_list[i][2]); getVertex 158 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::Point3f point_3d_0 = mesh->getVertex(tmp_triangle[0]); getVertex 159 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::Point3f point_3d_1 = mesh->getVertex(tmp_triangle[1]); getVertex 160 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::Point3f point_3d_2 = mesh->getVertex(tmp_triangle[2]); getVertex 73 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp Point3f point_3d = mesh.getVertex(n_vertex-1); getVertex 145 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp Point3f current_poin3d = mesh.getVertex(n_vertex-1);