HomeSort by relevance Sort by last modified time
    Searched refs:list_vertex_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
Mesh.cpp 50 Mesh::Mesh() : list_vertex_(0) , list_triangles_(0)
72 list_vertex_.clear();
76 csvReader.readPLY(list_vertex_, list_triangles_);
79 num_vertexs_ = (int)list_vertex_.size();
Mesh.h 68 cv::Point3f getVertex(int pos) const { return list_vertex_[pos]; }
81 std::vector<cv::Point3f> list_vertex_; member in class:Mesh

Completed in 123 milliseconds