Home
last modified time | relevance | path

Searched refs:list_vertex_ (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DMesh.cpp50 Mesh::Mesh() : list_vertex_(0) , list_triangles_(0) in Mesh()
72 list_vertex_.clear(); in load()
76 csvReader.readPLY(list_vertex_, list_triangles_); in load()
79 num_vertexs_ = (int)list_vertex_.size(); in load()
DMesh.h68 cv::Point3f getVertex(int pos) const { return list_vertex_[pos]; } in getVertex()
81 std::vector<cv::Point3f> list_vertex_; variable
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown185 list_vertex_.clear();
189 csvReader.readPLY(list_vertex_, list_triangles_);
192 num_vertexs_ = list_vertex_.size();