Home
last modified time | relevance | path

Searched refs:Mesh (Results 1 – 25 of 27) sorted by relevance

12

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp34 class Mesh { class
171 BuildPyramid(Mesh &mesh) in BuildPyramid()
197 BuildIcosphere(Mesh &mesh) : mesh_(mesh), radius_(1.0f) in BuildIcosphere()
265 std::vector<Mesh::Face> faces; in tessellate()
283 faces.emplace_back(Mesh::Face{ v0, v01, v20 }); in tessellate()
284 faces.emplace_back(Mesh::Face{ v1, v12, v01 }); in tessellate()
285 faces.emplace_back(Mesh::Face{ v2, v20, v12 }); in tessellate()
286 faces.emplace_back(Mesh::Face{ v01, v12, v20 }); in tessellate()
299 const Mesh::Position &pos_a = mesh_.positions_[a]; in add_middle_point()
300 const Mesh::Position &pos_b = mesh_.positions_[b]; in add_middle_point()
[all …]
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DMesh.cpp50 Mesh::Mesh() : list_vertex_(0) , list_triangles_(0) in Mesh() function in Mesh
58 Mesh::~Mesh() in ~Mesh()
65 void Mesh::load(const std::string path) in load()
DMesh.h60 class Mesh
64 Mesh();
65 virtual ~Mesh();
DPnPProblem.h26 bool backproject2DPoint(const Mesh *mesh, const cv::Point2f &point2d, cv::Point3f &point3d);
28 std::vector<cv::Point2f> verify_points(Mesh *mesh);
DUtils.h46 void drawObjectMesh(cv::Mat image, const Mesh *mesh, PnPProblem *pnpProblem, cv::Scalar color);
DPnPProblem.cpp159 std::vector<cv::Point2f> PnPProblem::verify_points(Mesh *mesh) in verify_points()
197 bool PnPProblem::backproject2DPoint(const Mesh *mesh, const cv::Point2f &point2d, cv::Point3f &poin… in backproject2DPoint()
Dmain_registration.cpp58 Mesh mesh;
Dmain_detection.cpp121 Mesh mesh; // instantiate Mesh object in main()
DUtils.cpp151 void drawObjectMesh(cv::Mat image, const Mesh *mesh, PnPProblem *pnpProblem, cv::Scalar color) in drawObjectMesh()
/external/opencv3/modules/viz/test/
Dtests_simple.cpp133 Mesh mesh = Mesh::load(get_dragon_ply_file_path()); in TEST()
146 Mesh mesh = Mesh::load(get_dragon_ply_file_path()); in TEST()
202 cv::viz::Mesh mesh; in TEST()
238 Mesh mesh = Mesh::load(get_dragon_ply_file_path()); in TEST()
253 Mesh mesh = Mesh::load(get_dragon_ply_file_path()); in TEST()
/external/opencv3/modules/viz/include/opencv2/viz/
Dvizcore.hpp151 CV_EXPORTS Mesh readMesh(const String& file);
169 CV_EXPORTS void computeNormals(const Mesh& mesh, OutputArray normals);
Dtypes.hpp119 class CV_EXPORTS Mesh class
134 static Mesh load(const String& file);
Dwidgets.hpp782 WMesh(const Mesh &mesh);
/external/opencv3/modules/viz/src/
Dtypes.cpp60 cv::viz::Mesh cv::viz::Mesh::load(const String& file) in load()
69 Mesh mesh; in load()
Dvizcore.cpp243 cv::viz::Mesh cv::viz::readMesh(const String& file) { return Mesh::load(file); } in readMesh()
334 void cv::viz::computeNormals(const Mesh& mesh, OutputArray _normals) in computeNormals()
Dclouds.cpp361 cv::viz::WMesh::WMesh(const Mesh &mesh) in WMesh()
446 Mesh mesh; in WMesh()
/external/skia/tests/
DBlitRowTest.cpp159 struct Mesh { struct
162 Mesh(const SkBitmap& bm, SkPaint* paint) { in Mesh() argument
209 Mesh mesh(srcBM, &paint); in test_diagonal()
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/
DCMakeLists.txt8 ${sample_dir}Mesh.cpp
/external/skia/src/utils/
DSkNinePatch.cpp96 struct Mesh { struct
133 Mesh mesh; in DrawMesh()
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown172 In order to read the model mesh I implemented a *class* **Mesh** which has a function *load()*
178 void Mesh::load(const std::string path)
199 Mesh mesh; // instantiate Mesh object
533 The above function is used to compute all the 3D points of the object *Mesh* to show the pose of
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog63 * added RSN IE to Mesh Peering Open/Confirm frames
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12