Home
last modified time | relevance | path

Searched refs:surfels (Results 1 – 17 of 17) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/render_splatpyramid/
H A Dobject.cc58 for (surfelVectorIter it = surfels.begin(); it != surfels.end(); ++it) { in setPyramidPointsDisplayList()
76 for (surfelVectorIter it = surfels.begin(); it != surfels.end(); ++it) { in setPyramidPointsColorDisplayList()
87 surfels.clear(); in clearSurfels()
95 for (surfelVectorIter it = surfels.begin(); it != surfels.end(); ++it) { in normalizeQuality()
100 mean /= double(surfels.size()); in normalizeQuality()
102 for (surfelVectorIter it = surfels.begin(); it != surfels.end(); ++it) { in normalizeQuality()
107 standard_deviation = sqrt ( (1.0/double(surfels.size())) * standard_deviation ); in normalizeQuality()
109 for (surfelVectorIter it = surfels.begin(); it != surfels.end(); ++it) { in normalizeQuality()
H A Dobject.h48 vector<Surfeld> * getSurfels ( void ) { return &surfels; } in getSurfels()
85 vector<Surfeld> surfels; variable
H A Dsplat_pyramid.cc53 vector<Surfeld> *surfels = (objects.back()).getSurfels(); in Init() local
74 surfels->push_back ( Surfeld (p, n, c, quality, radius, pos) ); in Init()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/include/solution/
H A Dsurface.h58 SurfaceElementsPtr surfels (new SurfaceElements); in computeSurfaceElements()
59 pcl::copyPointCloud (*points, *surfels); in computeSurfaceElements()
60 pcl::copyPointCloud (*normals, *surfels); in computeSurfaceElements()
61 return (surfels); in computeSurfaceElements()
91 greedyTriangulation (const SurfaceElementsPtr & surfels, float radius, float mu, int max_nearest_ne… in greedyTriangulation() argument
106 gpt.setInputCloud (surfels); in greedyTriangulation()
115 marchingCubesTriangulation (const SurfaceElementsPtr & surfels, float leaf_size, float iso_level) in marchingCubesTriangulation() argument
122 marching_cubes.setInputCloud (surfels); in marchingCubesTriangulation()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/include/
H A Dsurface.h58 SurfaceElementsPtr surfels (new SurfaceElements); in computeSurfaceElements()
59 pcl::copyPointCloud (*points, *surfels); in computeSurfaceElements()
60 pcl::copyPointCloud (*normals, *surfels); in computeSurfaceElements()
61 return (surfels); in computeSurfaceElements()
91 greedyTriangulation (const SurfaceElementsPtr & surfels, float radius, float mu, int max_nearest_ne… in greedyTriangulation() argument
106 gpt.setInputCloud (surfels); in greedyTriangulation()
115 marchingCubesTriangulation (const SurfaceElementsPtr & surfels, float leaf_size, float iso_level) in marchingCubesTriangulation() argument
122 marching_cubes.setInputCloud (surfels); in marchingCubesTriangulation()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/src/
H A Dtest_surface.cpp31 SurfaceElementsPtr surfels (new SurfaceElements); in main() local
37 surfels = computeSurfaceElements (cloud, mls_radius, polynomial_order); in main()
66 assert (surfels); in main()
78 greedy_mesh = greedyTriangulation (surfels, radius, max_nearest_neighbors, mu, in main()
91 assert (surfels); in main()
93 marching_cubes_mesh = marchingCubesTriangulation (surfels, leaf_size, iso_level); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/src/
H A Dtest_surface.cpp31 SurfaceElementsPtr surfels (new SurfaceElements); in main() local
37 surfels = computeSurfaceElements (cloud, mls_radius, polynomial_order); in main()
66 assert (surfels); in main()
78 greedy_mesh = greedyTriangulation (surfels, radius, max_nearest_neighbors, mu, in main()
91 assert (surfels); in main()
93 marching_cubes_mesh = marchingCubesTriangulation (surfels, leaf_size, iso_level); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/include/
H A Dsurface.h33 SurfaceElementsPtr surfels (new SurfaceElements); in computeSurfaceElements()
34 return (surfels); in computeSurfaceElements()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Didentify.hpp67 virtual void BuildVolumeElements (Array<class Element2d> & surfels,
164 virtual void BuildVolumeElements (Array<class Element2d> & surfels,
H A Didentify.cpp96 BuildVolumeElements (Array<class Element2d> & surfels, in BuildVolumeElements() argument
1396 BuildVolumeElements (Array<class Element2d> & surfels, in BuildVolumeElements() argument
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Didentify.hpp67 virtual void BuildVolumeElements (NgArray<class Element2d> & surfels,
167 virtual void BuildVolumeElements (NgArray<class Element2d> & surfels,
H A Didentify.cpp96 BuildVolumeElements (NgArray<class Element2d> & surfels, in BuildVolumeElements() argument
1427 BuildVolumeElements (NgArray<class Element2d> & surfels, in BuildVolumeElements() argument
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Didentify.hpp63 virtual void BuildVolumeElements (ARRAY<class Element2d> & surfels,
160 virtual void BuildVolumeElements (ARRAY<class Element2d> & surfels,
H A Didentify.cpp96 BuildVolumeElements (ARRAY<class Element2d> & surfels, in BuildVolumeElements() argument
1401 BuildVolumeElements (ARRAY<class Element2d> & surfels, in BuildVolumeElements() argument
/dports/graphics/open3d/Open3D-0.2/docs/tutorial/Basic/
H A Dpointcloud.rst67 …ud rendered as surfels. The GUI supports various keyboard functions. One of them, the :kbd:`-` key…
/dports/graphics/py-open3d-python/Open3D-0.2/docs/tutorial/Basic/
H A Dpointcloud.rst67 …ud rendered as surfels. The GUI supports various keyboard functions. One of them, the :kbd:`-` key…
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dtopology.hpp116 void GetSegmentVolumeElements ( int segnr, ARRAY<int> & surfels ) const;