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

  /external/opencv3/modules/viz/src/
types.cpp 75 // Now handle the polygons
76 vtkSmartPointer<vtkCellArray> polygons = polydata->GetPolys(); local
77 mesh.polygons.create(1, polygons->GetSize(), CV_32SC1);
78 int* poly_ptr = mesh.polygons.ptr<int>();
80 polygons->InitTraversal();
82 while (polygons->GetNextCell(nr_cell_points, cell_points))
clouds.cpp 363 CV_Assert(mesh.cloud.rows == 1 && mesh.polygons.type() == CV_32SC1);
400 const int * polygons = mesh.polygons.ptr<int>(); local
404 size_t polygons_size = mesh.polygons.total();
407 int n_points = polygons[i++];
411 cell_array->InsertCellPoint(lookup[polygons[i++]]);
444 cv::viz::WMesh::WMesh(InputArray cloud, InputArray polygons, InputArray colors, InputArray normals)
450 mesh.polygons = polygons.getMat();
  /external/opencv3/modules/viz/test/
tests_simple.cpp 186 std::vector<int> polygons; local
199 polygons.insert(polygons.end(), polys, polys + sizeof(polys)/sizeof(polys[0]));
205 mesh.polygons = Mat(polygons, true).reshape(1, 1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 168 polygons = polygon variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 168 polygons = polygon variable
  /external/opencv3/modules/viz/include/opencv2/viz/
types.hpp 126 Mat polygons; member in class:cv::viz::Mesh
widgets.hpp 775 @param polygons Points of the mesh object.
783 WMesh(InputArray cloud, InputArray polygons, InputArray colors = noArray(), InputArray normals = noArray());
    [all...]
  /external/skia/bench/
Android.mk 327 ../gm/polygons.cpp \
  /external/skia/dm/
Android.mk 483 ../gm/polygons.cpp \

Completed in 793 milliseconds