#
mesh-processing
Here are 102 public repositories matching this topic...
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Nov 2, 2021 - C++
The public CGAL repository, see the README below
c-plus-plus
library
algorithms
cpp
geometry
triangulation
cgal
point-cloud
polygon
computational-geometry
voronoi-diagram
geometry-processing
meshes
boolean-operations
template-library
mesh-processing
arrange
-
Updated
Nov 5, 2021 - C++
The open source mesh processing system
point-cloud
mesh
mesh-generation
3d-printing
3d-scanning
3d
3d-reconstruction
3d-models
mesh-processing
mesh-editing
mesh-simplification
triangle-mesh
-
Updated
Nov 5, 2021 - C++
akaszynski
commented
Sep 2, 2021
About 50% of our docstrings in PyVista have examples. This is fairly good, especially considering that many of these objects are not publicly exposed.
However, for modules like pyvista.plotting.plotting
, it would be great to see nearly 100% coverage considering how important it is to be able to demonstrate the individual methods of the Plotting class.
This is a great first issue since it
The Polygon Mesh Processing Library
c-plus-plus
triangulation
smoothing
curvature
geometry-processing
hole-filling-algorithm
subdivision
mesh-processing
polygon-mesh
parameterization
triangle-mesh
surface-mesh
geodesic-distances
remeshing
surface-mesh-simplification
-
Updated
Oct 20, 2021 - C++
Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
-
Updated
Oct 27, 2020 - Python
glTF 2.0 SDK for JavaScript, TypeScript, and Node.js.
-
Updated
Nov 8, 2021 - TypeScript
A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
visualisation
stl
threshold
dicom
obj
ply
mesh
surface-reconstruction
mesh-generation
vtk
3d
mesh-processing
3d-mesh
ct-scans
-
Updated
Apr 12, 2021 - C++
Online video stabilization using a novel MeshFlow motion model
-
Updated
Oct 8, 2021 - Python
Automated anatomical brain label/shape analysis software (+ website)
python
image-processing
python3
image-analysis
surfaces
shape-descriptor
brain-imaging
mesh-processing
shape-analysis
-
Updated
Apr 8, 2021 - Python
GLScene is a graphic engine based on OpenGL and VCL components for Delphi and C++ Builder.
-
Updated
Nov 3, 2021 - Pascal
Fast native STL viewer
-
Updated
Jul 30, 2021 - C
Geometric data structures and algorithms for computational design tasks
-
Updated
Nov 20, 2020 - C#
Python Wrapper for MeshFix: easily repair holes in surface meshes
-
Updated
Jul 22, 2021 - C++
A low-overhead mesh-processing plug-in API for cross-software procedural effects
-
Updated
Jun 13, 2021 - C
Python implementation of surface mesh resampling algorithm ACVD
-
Updated
Sep 21, 2021 - Cython
Modified version of non-rigid Iterative closest point algorithm for fitting to noisy point clouds
graphics
point-cloud
point-clouds
meshes
3d-reconstruction
icp
mesh-processing
non-rigid-registration
-
Updated
Apr 1, 2019 - Python
DeepMetaHandles: Learning Deformation Meta-Handles of 3D Meshes with Biharmonic Coordinates
deep-learning
mesh-generation
3d-graphics
mesh-processing
deformation
mesh-deformation
3d-deep-learning
-
Updated
Jun 10, 2021 - Python
3D polygonal mesh renderer with dynamic level-of-detail (LOD).
-
Updated
Feb 22, 2020 - C
Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
neural-network
point-cloud
mesh
mesh-generation
3d
3d-reconstruction
pointclouds
mesh-processing
3d-deep-learning
geodesic-distances
remeshing
eccv2020
-
Updated
Oct 28, 2020 - C++
Double bubbles sans toil and trouble: discrete circulation-preserving vortex sheets for soap films and foams
-
Updated
Sep 15, 2021 - C++
A Constrained Resampling Strategy for Mesh Improvement - SGP 2017
-
Updated
Jan 31, 2021 - C++
some materials about mesh segmentation, including papers, videos, codes, and so on. Updating every day!
-
Updated
Oct 6, 2021
A collection of common mesh subdivision algorithms
opengl
graphics
mesh
mesh-generation
mesh-import
graphics-library
graphics-3d
subdivision
meshes
mesh-processing
open-inventor
mesh-subdivision
-
Updated
Mar 14, 2018 - C++
Self-collision detection for triangles meshes (C++, libigl, eigen)
-
Updated
Jan 4, 2017 - C++
Hydrodynamic coefficients viewer and converter for Boundary Element Method solver formats
meshviewer
hydrodynamics
potential-flow
boundary-element
mesh-processing
wave-energy
offshore-wind-platforms
hydrodynamic-coefficients-viewer
-
Updated
Nov 7, 2021 - C++
A fast Python Quantized Mesh encoder
-
Updated
Sep 21, 2021 - Python
A simple and fast library for mesh booleans and more.
windows
macos
linux
c-plus-plus
library
performance
cross-platform
boolean
csg
computational-geometry
geometry-processing
boolean-operations
cork
cutting
mesh-processing
carve
mesh-boolean
mesh-cutting
3d-boolean
mesh-csg
-
Updated
Nov 2, 2021 - C++
Improve this page
Add a description, image, and links to the mesh-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mesh-processing topic, visit your repo's landing page and select "manage topics."
the .pcd file format allows for fields to be extended. this means it can neatly hold data about the label or object of a point. this can be very handy for ML tasks. However, the open3d file io does not appear to be able to read other fields other than the xyz, rgb, normals etc . I haven't been able to find where in the open3d structure the code for the file io pcd loading is implemented to att