-
Updated
Feb 26, 2022 - C++
#
mesh-processing
Here are 116 public repositories matching this topic...
Open3D: A Modern Library for 3D Data Processing
visualization
python
machine-learning
arm
gui
opengl
cpp
tensorflow
gpu
rendering
computer-graphics
cuda
pytorch
registration
reconstruction
3d
odometry
pointcloud
mesh-processing
3d-perception
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Feb 2, 2022 - 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
Feb 25, 2022 - 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
Feb 26, 2022 - C++
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
Feb 25, 2022 - C++
Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
-
Updated
Oct 27, 2020 - Python
A generic programming header only C++ library for processing polygonal and polyhedral meshes
computer-graphics
mesh-generation
geometry-processing
geodesic
mesh-processing
hexahedral-mesh
polygonal-meshes
triangle-mesh
surface-mesh
polyhedral-meshes
trimesh
quad-mesh
quadrilateral-mesh
tetrahedral-mesh
tet-mesh
hex-mesh
hexmesh
tetmesh
quadmesh
volume-mesh
-
Updated
Feb 25, 2022 - C++
donmccurdy
commented
Feb 25, 2022
I think it'd be helpful to have a percentage (%) resize option in the textureResiz() function, instead of just taking absolute maximum dimensions here:
E.g. size: ['50%', '50%']
Could be helpful — for example – to generate LODs or mobile versions o
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
GLScene is a graphic engine based on OpenGL and VCL components for Delphi and C++ Builder.
-
Updated
Feb 17, 2022 - Pascal
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
Python Wrapper for MeshFix: easily repair holes in surface meshes
-
Updated
Jul 22, 2021 - C++
Geometric data structures and algorithms for computational design tasks
-
Updated
Nov 17, 2021 - C#
Fast native STL viewer
-
Updated
Jul 30, 2021 - C
A low-overhead mesh-processing plug-in API for cross-software procedural effects
-
Updated
Jun 13, 2021 - C
RXMesh: A GPU Mesh Data Structure - SIGGRAPH 2021
data-structure
gpu
parallel-computing
cuda
mesh
geometry-processing
3d
3d-graphics
mesh-processing
surface-mesh
-
Updated
Feb 23, 2022 - C++
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
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
Python implementation of surface mesh resampling algorithm ACVD
-
Updated
Sep 21, 2021 - Cython
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
Feb 3, 2022 - C++
3D polygonal mesh renderer with dynamic level-of-detail (LOD).
-
Updated
Feb 22, 2020 - C
some materials about mesh segmentation, including papers, videos, codes, and so on. Updating every day!
-
Updated
Feb 23, 2022
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++
A Constrained Resampling Strategy for Mesh Improvement - SGP 2017
-
Updated
Dec 29, 2021 - C++
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
Feb 16, 2022 - C++
A fast Python Quantized Mesh encoder
-
Updated
Feb 21, 2022 - Python
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."
Discussed in pyvista/pyvista#2225
Originally posted by tkoyama010 February 17, 2022
I found that some
pyvista.wrap(alg.GetOutput())is still left in the source code. This can be fixed to_get_output(alg).https://github.com/pyvista/pyvista/search?q=pyvista.wrap%28alg.GetOutput%28%29%29