/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 34 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/ |
D | Mesh.cpp | 50 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()
|
D | Mesh.h | 60 class Mesh 64 Mesh(); 65 virtual ~Mesh();
|
D | PnPProblem.h | 26 bool backproject2DPoint(const Mesh *mesh, const cv::Point2f &point2d, cv::Point3f &point3d); 28 std::vector<cv::Point2f> verify_points(Mesh *mesh);
|
D | Utils.h | 46 void drawObjectMesh(cv::Mat image, const Mesh *mesh, PnPProblem *pnpProblem, cv::Scalar color);
|
D | PnPProblem.cpp | 159 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()
|
D | main_registration.cpp | 58 Mesh mesh;
|
D | main_detection.cpp | 121 Mesh mesh; // instantiate Mesh object in main()
|
D | Utils.cpp | 151 void drawObjectMesh(cv::Mat image, const Mesh *mesh, PnPProblem *pnpProblem, cv::Scalar color) in drawObjectMesh()
|
/external/opencv3/modules/viz/test/ |
D | tests_simple.cpp | 133 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/ |
D | vizcore.hpp | 151 CV_EXPORTS Mesh readMesh(const String& file); 169 CV_EXPORTS void computeNormals(const Mesh& mesh, OutputArray normals);
|
D | types.hpp | 119 class CV_EXPORTS Mesh class 134 static Mesh load(const String& file);
|
D | widgets.hpp | 782 WMesh(const Mesh &mesh);
|
/external/opencv3/modules/viz/src/ |
D | types.cpp | 60 cv::viz::Mesh cv::viz::Mesh::load(const String& file) in load() 69 Mesh mesh; in load()
|
D | vizcore.cpp | 243 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()
|
D | clouds.cpp | 361 cv::viz::WMesh::WMesh(const Mesh &mesh) in WMesh() 446 Mesh mesh; in WMesh()
|
/external/skia/tests/ |
D | BlitRowTest.cpp | 159 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/ |
D | CMakeLists.txt | 8 ${sample_dir}Mesh.cpp
|
/external/skia/src/utils/ |
D | SkNinePatch.cpp | 96 struct Mesh { struct 133 Mesh mesh; in DrawMesh()
|
/external/opencv3/doc/tutorials/calib3d/real_time_pose/ |
D | real_time_pose.markdown | 172 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/ |
D | ChangeLog | 63 * added RSN IE to Mesh Peering Open/Confirm frames
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |