All Projects → cfwen → geometry-processing-package

cfwen / geometry-processing-package

Licence: other
Geometry Processing Package

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to geometry-processing-package

TDoA
Time difference of arrival (TDoA) multi-lateration
Stars: ✭ 48 (+26.32%)
Mutual labels:  octave
gifti
MATLAB/Octave GIfTI Library
Stars: ✭ 16 (-57.89%)
Mutual labels:  octave
BodyParts3D
Clone of the BodyParts3D/Anatomography 3D model files
Stars: ✭ 32 (-15.79%)
Mutual labels:  geometry-processing
getfem
Mirror of GetFEM repository
Stars: ✭ 23 (-39.47%)
Mutual labels:  octave
matlab-rinex-reader
Fixed old Kai Borre Matlab code to run in Octave and hence be callable by Python to work with RINEX data
Stars: ✭ 13 (-65.79%)
Mutual labels:  octave
geometry
Geometric primitives for Ruby
Stars: ✭ 46 (+21.05%)
Mutual labels:  geometry-processing
gp
🏭 Geometry Processing at LMU Munich
Stars: ✭ 21 (-44.74%)
Mutual labels:  geometry-processing
octave-app
The Octave.app distribution
Stars: ✭ 135 (+255.26%)
Mutual labels:  octave
polyred
📺 3D Graphics in Go.
Stars: ✭ 31 (-18.42%)
Mutual labels:  geometry-processing
bids-matlab
MATLAB / Octave tools for BIDS datasets
Stars: ✭ 37 (-2.63%)
Mutual labels:  octave
octave
GNU Octave Mirror (https://hg.savannah.gnu.org/hgweb/octave)
Stars: ✭ 18 (-52.63%)
Mutual labels:  octave
ResInsight
3D viewer and post processing of reservoir models
Stars: ✭ 122 (+221.05%)
Mutual labels:  octave
mesh2d
MESH2D is a MATLAB-based Delaunay mesh generator for two-dimensional geometries.
Stars: ✭ 81 (+113.16%)
Mutual labels:  octave
matio-cpp
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
Stars: ✭ 24 (-36.84%)
Mutual labels:  octave
nelson
Nelson numerical interpreter
Stars: ✭ 42 (+10.53%)
Mutual labels:  octave
geometric adv
Geometric Adversarial Attacks and Defenses on 3D Point Clouds (3DV 2021)
Stars: ✭ 20 (-47.37%)
Mutual labels:  geometry-processing
SpatialSlur
Geometric data structures and algorithms for computational design tasks
Stars: ✭ 112 (+194.74%)
Mutual labels:  geometry-processing
pyprt
Python bindings for the "Procedural Runtime" (PRT) of CityEngine by Esri.
Stars: ✭ 36 (-5.26%)
Mutual labels:  geometry-processing
mcut
A simple and fast library for mesh booleans and more.
Stars: ✭ 57 (+50%)
Mutual labels:  geometry-processing
API MO
SOFA Toolbox (API for Matlab, Octave)
Stars: ✭ 72 (+89.47%)
Mutual labels:  octave

Geometry Processing Package

algebra

Function Description
compute_adjacency_matrix.m - compute adjacency matrix
compute_bd.m - find boundary
compute_connectivity.m - find connectivity information
compute_dual_graph.m - compute dual graph of mesh
compute_edge.m - find edges
compute_face_ring.m - find face ring of all face
compute_halfedge.m - find halfedges
compute_vertex_face_ring.m - find face ring of all vertex
compute_vertex_ring.m - find vertex ring of all/any vertex
face_area.m - compute all face area
generalized_laplacian.m - discretize generalized laplace operator on mesh
gradient.m - discretize gradient operator on mesh
laplace_beltrami.m - discretize Laplace Beltrami on mesh
vertex_area.m - compute vertex area

graphics

Function Description
plot_mesh.m - plot mesh
plot_path.m - plot path on mesh

io

Function Description
read_obj.m - read mesh data from obj file
read_off.m - read mesh data from off file
read_ply.m - read mesh data from ply file
write_obj.m - write mesh data to obj file
write_off.m - write mesh data to off file
write_ply.m - write mesh data to ply file

misc

Function Description
sparse_to_csc.m - convert sparse matrix to csc format
sparse_to_csr.m - convert sparse matrix to csr format
csc_to_sparse.m - convert csc format to sparse matrix
csr_to_sparse.m - convert csr format to sparse matrix

parameterization

Function Description
disk_harmonic_map.m - harmonic map from surface to unit disk
rect_harmonic_map.m - harmonic map from surface to unit square
spherical_conformal_map.m - spherical conformal map from genus zero surface to unit sphere

topology

Function Description
clean_mesh.m - clean mesh by removing unreferenced vertex
compute_greedy_homotopy_basis.m - compute a basis of homotopy group
compute_homology_basis.m - compute a basis of homology group
cut_graph.m - find a cut graph of mesh
dijkstra.m - dijkstra shortest path algorithm
minimum_spanning_tree.m - Prim's minimum spanning tree algorithm
slice_mesh.m - slice mesh open along a collection of edges

tutorial

Function Description
tutorial0 - a quick start tutorial
tutorial1 - a tutorial brings you go through the package
tutorial2 - a tutorial brings you go through the advanced functions of the package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].