98 skills found · Page 2 of 4
zishun / Geodesic MatlabExact geodesic for triangular meshes implemented by Danil Kirsanov
JuliaGeometry / DistMesh.jlDistMesh: Unstructured triangular mesh generation in Julia
NadineAB / MPC Meshing Point Clouds3D scanners produce sets of 3D data points, sampled from the surface of a 3D object. These points are frequently unorganized, and to use them in 3D applications requires computing a polygon (usually triangular) mesh which best approximates the sampled surface. This means associating a connectivity structure with the point set This project addresses the problem of meshing point clouds using spherical parameterization presented in Gotsman's paper here http://graphics.ucsd.edu/~matthias/Papers/MeshingUsingSphericalParameterization.pdf library used in the porject: Boost, Qt
kylebarron / Snap To TinSnap vector features to the faces of a triangulated irregular network (TIN)
Samson-Mano / 2DTriangle Mesh GeneratorProgram to create 2D triangle mesh for any surface domain.
zarquon42b / MesheRMeshing operations on triangular meshes (surface registration, selection, visualizations, etc.)
SCIInstitute / SCI Solver EikonalSCI-Solver_Eikonal is a C++/CUDA library written to solve the Eikonal equation on triangular and tetrahedral meshes. It uses the fast iterative method (FIM) to solve efficiently, and uses GPU hardware.
davinakano / Tri Quad Mesh ConverterC++ algorithm for converting triangular meshes to quadrilateral meshes
FloSewn / TmeshTriangular mesh generator in C
dienodiba / Fite2dmt.jl2-D Magnetotelluric Inversion with Unstructured Triangular Mesh
konsim83 / TriangleMesh.jlGenerate and refine unstructured 2D triangular meshes from polygons with Julia
jdugge / MeshToolsQGIS plugin for generating unstructured triangular meshes
njh19 / HoleFillerHole filling algorithm for triangular meshes
sallesviana / PinMeshPinMesh is an exact and efficient parallel algorithm for preprocess a polyhedral triangular mesh and, then, query a cloud of points against the mesh.
jcdemunck5 / DMS ProjectsThese C/C++ source files consist of 150 classes, 300,000 lines of code, excluding a Qt-based user interface. Its functionality includes: GLM-statistics, hierarchical clustering, (non)-linear optimization, L1 and L2 norm minimization, Hungarian algorithm, EEG/MEG forward and inverse modelling, Boundary Element Method, spatio/temporal covariance modelling, image fusion, triangular meshes, KD-trees, topological error correction, marching cubes & spherical triangulations, sparse matrices and matrix operations, spherical harmonics, wavelets, spectra and spectrograms, Fast Fourier transform (FFTWest), data import for many different EEG/MEG data formats, data import for many image data formats.
filthynobleman / FEM LaplacianThis repository contains a MATLAB function for computing the Finite Element Method (FEM) discretization of the Laplace-Beltrami operator on triangular meshes. The discretization is parametric on the polynomial's order of the hat functions.
jerhoud / Zernike3dPrograms and library for the computation of 3D Zernike moments (point clouds or triangular meshes).
paulaceccon / KdTree4TriangularMeshesNo description available
Chris00 / MeshTriangular mesh generation and manipulation
zishun / MeshUtilityA collection of python utilities for mesh processing