4.26667

4.3 | 15 ratings Rate this file 207 downloads (last 30 days) File Size: 2.87 MB File ID: #5355

Toolbox Graph

by Gabriel Peyre

 

26 Jun 2004 (Updated 19 Jul 2009)

Code covered by BSD License  

A toolbox to perform computations on graph.

Download Now | Watch this File

File Information
Description

Graph theory toolbox
Copyright (c) 2007 Gabriel Peyre

This toolbox contains useful functions to deal with graph and triangulation.

The basic representation of a graph of n vertices is the adjacency matrix A where A(i,j)=1 if vertex i is linked to vertex j. A graph often comes with a geometric realization in R^d which an (d,n) matrix where vertex(:,i) is the position of the ith vertex.

A triangulation of m faces and n vertex is represented through:
* a set of faces which is a (3,m) matrix where face(:,i) are the vertices indexes of the ith face.
* a set of vertex which is a (d,n) matrix.
The toolbox contains function to deal more easily with a triangulation data structure, and allows to retrieve vertex and face 1-ring and switch from adjacency to faces.

The graph part of the toolbox contains function to creates synthetic graph and compute shortest path (dijkstra and isomap algorithm).

This toolbox contains a lot of function to deal with spectral theory of triangulation. You can load triangulations from files and then display the resulting mesh. It allows to compute various laplacian operator, and the to compute parameterization using spectral decomposition, harmonic mapping, free boundary harmonic mapping, and isomap.

MATLAB release MATLAB 7 (R14)
Zip File Content  
Published M Files Toolbox graph - A toolbox to process graph and triangulated meshes
HTML Files __MACOSX/toolbox_graph/._html,
__MACOSX/toolbox_graph/html/._content.html
Other Files
__MACOSX/._toolbox_graph,
__MACOSX/toolbox_graph/._.DS_Store,
__MACOSX/toolbox_graph/._adjacency2incidence.m,
__MACOSX/toolbox_graph/._adjmatrix2list.m,
__MACOSX/toolbox_graph/._batch_levelsets_meshes.m,
__MACOSX/toolbox_graph/._build_euclidean_weight_matrix.m,
__MACOSX/toolbox_graph/._build_graph_from_image.m,
__MACOSX/toolbox_graph/._bunny.gim.jpg,
__MACOSX/toolbox_graph/._check_face_vertex.m,
__MACOSX/toolbox_graph/._check_incircle.m,
__MACOSX/toolbox_graph/._check_incircle.m~,
__MACOSX/toolbox_graph/._check_incircle_edge.m,
__MACOSX/toolbox_graph/._compile_mex.m,
__MACOSX/toolbox_graph/._compute_boundary.m,
__MACOSX/toolbox_graph/._compute_combinatorial_laplacian.m,
__MACOSX/toolbox_graph/._compute_curvature.m,
__MACOSX/toolbox_graph/._compute_delaunay.m,
__MACOSX/toolbox_graph/._compute_diffusion_geometry.m,
__MACOSX/toolbox_graph/._compute_diffusion_kernel.m,
__MACOSX/toolbox_graph/._compute_distance_graph.m,
__MACOSX/toolbox_graph/._compute_dual_graph.m,
__MACOSX/toolbox_graph/._compute_edge_face_ring.m,
__MACOSX/toolbox_graph/._compute_edges.m,
__MACOSX/toolbox_graph/._compute_face_ring.m,
__MACOSX/toolbox_graph/._compute_geometric_laplacian.m,
__MACOSX/toolbox_graph/._compute_laplacian_curve.m,
__MACOSX/toolbox_graph/._compute_levelset_mesh.m,
__MACOSX/toolbox_graph/._compute_mesh_gradient.m,
__MACOSX/toolbox_graph/._compute_mesh_laplacian.m,
__MACOSX/toolbox_graph/._compute_mesh_local_covariance.m,
__MACOSX/toolbox_graph/._compute_mesh_weight.m,
__MACOSX/toolbox_graph/._compute_normal.m,
__MACOSX/toolbox_graph/._compute_orthocenter.m,
__MACOSX/toolbox_graph/._compute_orthoproj_triangulation.m,
__MACOSX/toolbox_graph/._compute_orthoproj_triangulation.m~,
__MACOSX/toolbox_graph/._compute_parameterization.m,
__MACOSX/toolbox_graph/._compute_rotation.m,
__MACOSX/toolbox_graph/._compute_semidual_graph.m,
__MACOSX/toolbox_graph/._compute_traveling_salesman.m,
__MACOSX/toolbox_graph/._compute_triangulation_angles.m,
__MACOSX/toolbox_graph/._compute_vertex_face_ring.m,
__MACOSX/toolbox_graph/._compute_vertex_ring.m,
__MACOSX/toolbox_graph/._compute_voronoi_mesh.m,
__MACOSX/toolbox_graph/._content.m,
__MACOSX/toolbox_graph/._convert_gim2mesh.m,
__MACOSX/toolbox_graph/._griddata_arbitrary.m,
__MACOSX/toolbox_graph/._griddata_arbitrary.m~,
__MACOSX/toolbox_graph/._incidence2adjacency.m,
__MACOSX/toolbox_graph/._load_gim.m,
__MACOSX/toolbox_graph/._load_graph.m,
__MACOSX/toolbox_graph/._mesh.exe,
__MACOSX/toolbox_graph/._mesh_flip_faces.m,
__MACOSX/toolbox_graph/._mesh_previewer.m,
__MACOSX/toolbox_graph/._mesh_wrapper.m,
__MACOSX/toolbox_graph/._metro.exe,
__MACOSX/toolbox_graph/._metro_wrapper.m,
__MACOSX/toolbox_graph/._mex,
__MACOSX/toolbox_graph/._off,
__MACOSX/toolbox_graph/._pawn.wrl,
__MACOSX/toolbox_graph/._perform_delaunay_flipping.m,
__MACOSX/toolbox_graph/._perform_dijkstra.m,
__MACOSX/toolbox_graph/._perform_dijkstra_fast.dll,
__MACOSX/toolbox_graph/._perform_dijkstra_fast.mexmaci,
__MACOSX/toolbox_graph/._perform_dijkstra_path_extraction.m,
__MACOSX/toolbox_graph/._perform_dijkstra_propagation.dll,
__MACOSX/toolbox_graph/._perform_dijkstra_propagation.m,
__MACOSX/toolbox_graph/._perform_dijkstra_propagation.mexglx,
__MACOSX/toolbox_graph/._perform_dijkstra_propagation.mexmaci,
__MACOSX/toolbox_graph/._perform_dijkstra_propagation_old.m,
__MACOSX/toolbox_graph/._perform_dijkstra_propagation_slow.m,
__MACOSX/toolbox_graph/._perform_faces_reorientation.m,
__MACOSX/toolbox_graph/._perform_floyd_algorithm.m,
__MACOSX/toolbox_graph/._perform_lloyd_iteration.m,
__MACOSX/toolbox_graph/._perform_mesh_heat_diffusion.m,
__MACOSX/toolbox_graph/._perform_mesh_simplification.m,
__MACOSX/toolbox_graph/._perform_mesh_smoothing.m,
__MACOSX/toolbox_graph/._perform_normal_displacement.m,
__MACOSX/toolbox_graph/._perform_point_picking.m,
__MACOSX/toolbox_graph/._perform_saturation.m,
__MACOSX/toolbox_graph/._perform_triangle_flipping.m,
__MACOSX/toolbox_graph/._plot_dijkstra.m,
__MACOSX/toolbox_graph/._plot_edges.m,
__MACOSX/toolbox_graph/._plot_geometry_image.m,
__MACOSX/toolbox_graph/._plot_graph.m,
__MACOSX/toolbox_graph/._plot_mesh.m,
__MACOSX/toolbox_graph/._plot_silouhette.m,
__MACOSX/toolbox_graph/._plot_spherical_triangulation.m,
__MACOSX/toolbox_graph/._progressive_mesh.m,
__MACOSX/toolbox_graph/._publish_html.m,
__MACOSX/toolbox_graph/._qslim.m,
__MACOSX/toolbox_graph/._read_gim.m,
__MACOSX/toolbox_graph/._read_mesh.m,
__MACOSX/toolbox_graph/._read_mfile.m,
__MACOSX/toolbox_graph/._read_obj.m,
__MACOSX/toolbox_graph/._read_off.m,
__MACOSX/toolbox_graph/._read_ply.m,
__MACOSX/toolbox_graph/._read_smf.m,
__MACOSX/toolbox_graph/._read_tet.m,
__MACOSX/toolbox_graph/._read_vtk.m,
__MACOSX/toolbox_graph/._read_wrl.m,
__MACOSX/toolbox_graph/._reverse_orientation.m,
__MACOSX/toolbox_graph/._select3d.m,
__MACOSX/toolbox_graph/._tests,
__MACOSX/toolbox_graph/._tet2tri.m,
__MACOSX/toolbox_graph/._toolbox,
__MACOSX/toolbox_graph/._toolbox_graph.m,
__MACOSX/toolbox_graph/._triangle.exe,
__MACOSX/toolbox_graph/._triangulate.m,
__MACOSX/toolbox_graph/._triangulation2adjacency.m,
__MACOSX/toolbox_graph/._triangulation_isequal.m,
__MACOSX/toolbox_graph/._write_gim.m,
__MACOSX/toolbox_graph/._write_mesh.m,
__MACOSX/toolbox_graph/._write_obj.m,
__MACOSX/toolbox_graph/._write_off.m,
__MACOSX/toolbox_graph/._write_ply.m,
__MACOSX/toolbox_graph/._write_smf.m,
__MACOSX/toolbox_graph/._write_wrl.m,
__MACOSX/toolbox_graph/html/._content.png,
__MACOSX/toolbox_graph/html/._content_01.png,
__MACOSX/toolbox_graph/html/._content_02.png,
__MACOSX/toolbox_graph/html/._content_03.png,
__MACOSX/toolbox_graph/html/._content_04.png,
__MACOSX/toolbox_graph/html/._content_05.png,
__MACOSX/toolbox_graph/html/._content_06.png,
__MACOSX/toolbox_graph/html/._content_07.png,
__MACOSX/toolbox_graph/html/._content_08.png,
__MACOSX/toolbox_graph/html/._content_09.png,
__MACOSX/toolbox_graph/html/._content_10.png,
__MACOSX/toolbox_graph/html/._content_11.png,
__MACOSX/toolbox_graph/html/._content_12.png,
__MACOSX/toolbox_graph/html/._gpeyre.xsl,
__MACOSX/toolbox_graph/html/._style.css,
__MACOSX/toolbox_graph/mex/._config.h,
__MACOSX/toolbox_graph/mex/._dijkstra.cpp,
__MACOSX/toolbox_graph/mex/._fheap,
__MACOSX/toolbox_graph/mex/._fibheap.h,
__MACOSX/toolbox_graph/mex/._perform_dijkstra_propagation.cpp,
__MACOSX/toolbox_graph/mex/._perform_dijkstra_propagation.def,
__MACOSX/toolbox_graph/mex/._perform_dijkstra_propagation.vcproj,
__MACOSX/toolbox_graph/mex/._toolbox_graph.sln,
__MACOSX/toolbox_graph/mex/fheap/._.svn,
__MACOSX/toolbox_graph/mex/fheap/._fib.cpp,
__MACOSX/toolbox_graph/mex/fheap/._fib.h,
__MACOSX/toolbox_graph/mex/fheap/._fibpriv.h,
__MACOSX/toolbox_graph/mex/fheap/._fibtest.c,
__MACOSX/toolbox_graph/mex/fheap/._fibtest2.c,
__MACOSX/toolbox_graph/mex/fheap/._tt.c,
__MACOSX/toolbox_graph/mex/fheap/._use.c,
__MACOSX/toolbox_graph/mex/fheap/.svn/._all-wcprops,
__MACOSX/toolbox_graph/mex/fheap/.svn/._entries,
__MACOSX/toolbox_graph/mex/fheap/.svn/._format,
__MACOSX/toolbox_graph/mex/fheap/.svn/._prop-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/._props,
__MACOSX/toolbox_graph/mex/fheap/.svn/._text-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/._tmp,
__MACOSX/toolbox_graph/mex/fheap/.svn/prop-base/._fib.cpp.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/prop-base/._fib.h.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/prop-base/._fibpriv.h.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/prop-base/._fibtest.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/prop-base/._fibtest2.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/prop-base/._tt.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/prop-base/._use.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/text-base/._fib.cpp.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/text-base/._fib.h.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/text-base/._fibpriv.h.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/text-base/._fibtest.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/text-base/._fibtest2.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/text-base/._tt.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/text-base/._use.c.svn-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/tmp/._prop-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/tmp/._props,
__MACOSX/toolbox_graph/mex/fheap/.svn/tmp/._text-base,
__MACOSX/toolbox_graph/mex/fheap/.svn/tmp/._wcprops,
__MACOSX/toolbox_graph/off/._.svn,
__MACOSX/toolbox_graph/off/._beetle.off,
__MACOSX/toolbox_graph/off/._cube.off,
__MACOSX/toolbox_graph/off/._cube_oversampled.off,
__MACOSX/toolbox_graph/off/._cylinder.off,
__MACOSX/toolbox_graph/off/._elephant-50kv.off,
__MACOSX/toolbox_graph/off/._hhh.off,
__MACOSX/toolbox_graph/off/._hole_sphere1.off,
__MACOSX/toolbox_graph/off/._hole_sphere2.off,
__MACOSX/toolbox_graph/off/._hole_sphere3.off,
__MACOSX/toolbox_graph/off/._hole_sphere4.off,
__MACOSX/toolbox_graph/off/._hole_sphere5.off,
__MACOSX/toolbox_graph/off/._hole_sphere6.off,
__MACOSX/toolbox_graph/off/._hypersheet.off,
__MACOSX/toolbox_graph/off/._mannequin.off,
__MACOSX/toolbox_graph/off/._mushroom.off,
__MACOSX/toolbox_graph/off/._nefertiti-entire.off,
__MACOSX/toolbox_graph/off/._nefertiti.off,
__MACOSX/toolbox_graph/off/._pipes.off,
__MACOSX/toolbox_graph/off/._tre_twist.off,
__MACOSX/toolbox_graph/off/._venus.off,
__MACOSX/toolbox_graph/off/.svn/._all-wcprops,
__MACOSX/toolbox_graph/off/.svn/._entries,
__MACOSX/toolbox_graph/off/.svn/._format,
__MACOSX/toolbox_graph/off/.svn/._prop-base,
__MACOSX/toolbox_graph/off/.svn/._props,
__MACOSX/toolbox_graph/off/.svn/._text-base,
__MACOSX/toolbox_graph/off/.svn/._tmp,
__MACOSX/toolbox_graph/off/.svn/prop-base/._beetle.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._cube.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._cube_oversampled.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._cylinder.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._elephant-50kv.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hhh.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hole_sphere1.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hole_sphere2.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hole_sphere3.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hole_sphere4.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hole_sphere5.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hole_sphere6.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._hypersheet.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._mannequin.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._mushroom.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._nefertiti-entire.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._nefertiti.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._pipes.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._tre_twist.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/prop-base/._venus.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._beetle.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._cube.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._cube_oversampled.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._cylinder.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._elephant-50kv.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hhh.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hole_sphere1.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hole_sphere2.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hole_sphere3.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hole_sphere4.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hole_sphere5.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hole_sphere6.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._hypersheet.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._mannequin.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._mushroom.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._nefertiti-entire.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._nefertiti.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._pipes.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._tre_twist.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/text-base/._venus.off.svn-base,
__MACOSX/toolbox_graph/off/.svn/tmp/._prop-base,
__MACOSX/toolbox_graph/off/.svn/tmp/._props,
__MACOSX/toolbox_graph/off/.svn/tmp/._text-base,
__MACOSX/toolbox_graph/off/.svn/tmp/._wcprops,
__MACOSX/toolbox_graph/tests/._.svn,
__MACOSX/toolbox_graph/tests/._test_compression.m,
__MACOSX/toolbox_graph/tests/._test_compression_fixed.m,
__MACOSX/toolbox_graph/tests/._test_constrained_delaunay.m,
__MACOSX/toolbox_graph/tests/._test_curvature.m,
__MACOSX/toolbox_graph/tests/._test_diffusion_wavelets.m,
__MACOSX/toolbox_graph/tests/._test_dijkstra.m,
__MACOSX/toolbox_graph/tests/._test_dijkstra_astar.m,
__MACOSX/toolbox_graph/tests/._test_drawing.m,
__MACOSX/toolbox_graph/tests/._test_duality.m,
__MACOSX/toolbox_graph/tests/._test_face_reorientation.m,
__MACOSX/toolbox_graph/tests/._test_filling_holes.m,
__MACOSX/toolbox_graph/tests/._test_flattening.m,
__MACOSX/toolbox_graph/tests/._test_free_boundary.m,
__MACOSX/toolbox_graph/tests/._test_grid_data.m,
__MACOSX/toolbox_graph/tests/._test_image_approx_refinement.m,
__MACOSX/toolbox_graph/tests/._test_image_approx_thining.m,
__MACOSX/toolbox_graph/tests/._test_laplacian_curve.m,
__MACOSX/toolbox_graph/tests/._test_levelset_mesh.m,
__MACOSX/toolbox_graph/tests/._test_lloyd.m,
__MACOSX/toolbox_graph/tests/._test_mesh.m,
__MACOSX/toolbox_graph/tests/._test_mesh_processing.m,
__MACOSX/toolbox_graph/tests/._test_mesh_simplification.m,
__MACOSX/toolbox_graph/tests/._test_mesh_smoothing.m,
__MACOSX/toolbox_graph/tests/._test_mex.m,
__MACOSX/toolbox_graph/tests/._test_parameterization.m,
__MACOSX/toolbox_graph/tests/._test_spectra.m,
__MACOSX/toolbox_graph/tests/._test_spherical_triangulation_drawing.m,
__MACOSX/toolbox_graph/tests/._test_tets.m,
__MACOSX/toolbox_graph/tests/._test_wave_equation.m,
__MACOSX/toolbox_graph/tests/.svn/._all-wcprops,
__MACOSX/toolbox_graph/tests/.svn/._entries,
__MACOSX/toolbox_graph/tests/.svn/._format,
__MACOSX/toolbox_graph/tests/.svn/._prop-base,
__MACOSX/toolbox_graph/tests/.svn/._props,
__MACOSX/toolbox_graph/tests/.svn/._text-base,
__MACOSX/toolbox_graph/tests/.svn/._tmp,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_compression.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_compression_fixed.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_constrained_delaunay.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_diffusion_wavelets.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_dijkstra.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_dijkstra_astar.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_drawing.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_flattening.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_grid_data.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_laplacian_curve.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_mesh_simplification.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_mex.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_parameterization.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/prop-base/._test_spectra.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_compression.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_compression_fixed.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_constrained_delaunay.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_curvature.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_diffusion_wavelets.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_dijkstra.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_dijkstra_astar.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_drawing.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_duality.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_face_reorientation.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_filling_holes.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_flattening.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_free_boundary.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_grid_data.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_image_approx_refinement.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_image_approx_thining.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_laplacian_curve.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_levelset_mesh.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_lloyd.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_mesh.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_mesh_processing.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_mesh_simplification.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_mesh_smoothing.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_mex.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_parameterization.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_spectra.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_spherical_triangulation_drawing.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_tets.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/text-base/._test_wave_equation.m.svn-base,
__MACOSX/toolbox_graph/tests/.svn/tmp/._prop-base,
__MACOSX/toolbox_graph/tests/.svn/tmp/._props,
__MACOSX/toolbox_graph/tests/.svn/tmp/._text-base,
__MACOSX/toolbox_graph/tests/.svn/tmp/._wcprops,
__MACOSX/toolbox_graph/toolbox/._clamp.m,
__MACOSX/toolbox_graph/toolbox/._crop.m,
__MACOSX/toolbox_graph/toolbox/._getoptions.m,
__MACOSX/toolbox_graph/toolbox/._imageplot.m,
__MACOSX/toolbox_graph/toolbox/._isomap.m,
__MACOSX/toolbox_graph/toolbox/._load_curve.m,
__MACOSX/toolbox_graph/toolbox/._nb_dims.m,
__MACOSX/toolbox_graph/toolbox/._norme.m,
__MACOSX/toolbox_graph/toolbox/._perform_analysis_regularization.m,
__MACOSX/toolbox_graph/toolbox/._progressbar.m,
__MACOSX/toolbox_graph/toolbox/._rescale.m,
license.txt,
toolbox_graph/.DS_Store,
toolbox_graph/adjacency2incidence.m,
toolbox_graph/adjmatrix2list.m,
toolbox_graph/batch_levelsets_meshes.m,
toolbox_graph/build_euclidean_weight_matrix.m,
toolbox_graph/build_graph_from_image.m,
toolbox_graph/bunny.gim.jpg,
toolbox_graph/check_face_vertex.m,
toolbox_graph/check_incircle.m,
toolbox_graph/check_incircle.m~,
toolbox_graph/check_incircle_edge.m,
toolbox_graph/compile_mex.m,
toolbox_graph/compute_boundary.m,
toolbox_graph/compute_combinatorial_laplacian.m,
toolbox_graph/compute_curvature.m,
toolbox_graph/compute_delaunay.m,
toolbox_graph/compute_diffusion_geometry.m,
toolbox_graph/compute_diffusion_kernel.m,
toolbox_graph/compute_distance_graph.m,
toolbox_graph/compute_dual_graph.m,
toolbox_graph/compute_edge_face_ring.m,
toolbox_graph/compute_edges.m,
toolbox_graph/compute_face_ring.m,
toolbox_graph/compute_geometric_laplacian.m,
toolbox_graph/compute_laplacian_curve.m,
toolbox_graph/compute_levelset_mesh.m,
toolbox_graph/compute_mesh_gradient.m,
toolbox_graph/compute_mesh_laplacian.m,
toolbox_graph/compute_mesh_local_covariance.m,
toolbox_graph/compute_mesh_weight.m,
toolbox_graph/compute_normal.m,
toolbox_graph/compute_orthocenter.m,
toolbox_graph/compute_orthoproj_triangulation.m,
toolbox_graph/compute_orthoproj_triangulation.m~,
toolbox_graph/compute_parameterization.m,
toolbox_graph/compute_rotation.m,
toolbox_graph/compute_semidual_graph.m,
toolbox_graph/compute_traveling_salesman.m,
toolbox_graph/compute_triangulation_angles.m,
toolbox_graph/compute_vertex_face_ring.m,
toolbox_graph/compute_vertex_ring.m,
toolbox_graph/compute_voronoi_mesh.m,
toolbox_graph/content.m,
toolbox_graph/convert_gim2mesh.m,
toolbox_graph/griddata_arbitrary.m,
toolbox_graph/griddata_arbitrary.m~,
toolbox_graph/html/content.png,
toolbox_graph/html/content_01.png,
toolbox_graph/html/content_02.png,
toolbox_graph/html/content_03.png,
toolbox_graph/html/content_04.png,
toolbox_graph/html/content_05.png,
toolbox_graph/html/content_06.png,
toolbox_graph/html/content_07.png,
toolbox_graph/html/content_08.png,
toolbox_graph/html/content_09.png,
toolbox_graph/html/content_10.png,
toolbox_graph/html/content_11.png,
toolbox_graph/html/content_12.png,
toolbox_graph/html/gpeyre.xsl,
toolbox_graph/html/style.css,
toolbox_graph/incidence2adjacency.m,
toolbox_graph/load_gim.m,
toolbox_graph/load_graph.m,
toolbox_graph/mesh.exe,
toolbox_graph/mesh_flip_faces.m,
toolbox_graph/mesh_previewer.m,
toolbox_graph/mesh_wrapper.m,
toolbox_graph/metro.exe,
toolbox_graph/metro_wrapper.m,
toolbox_graph/mex/config.h,
toolbox_graph/mex/dijkstra.cpp,
toolbox_graph/mex/fheap/.svn/all-wcprops,
toolbox_graph/mex/fheap/.svn/entries,
toolbox_graph/mex/fheap/.svn/format,
toolbox_graph/mex/fheap/.svn/prop-base/fib.cpp.svn-base,
toolbox_graph/mex/fheap/.svn/prop-base/fib.h.svn-base,
toolbox_graph/mex/fheap/.svn/prop-base/fibpriv.h.svn-base,
toolbox_graph/mex/fheap/.svn/prop-base/fibtest.c.svn-base,
toolbox_graph/mex/fheap/.svn/prop-base/fibtest2.c.svn-base,
toolbox_graph/mex/fheap/.svn/prop-base/tt.c.svn-base,
toolbox_graph/mex/fheap/.svn/prop-base/use.c.svn-base,
toolbox_graph/mex/fheap/.svn/text-base/fib.cpp.svn-base,
toolbox_graph/mex/fheap/.svn/text-base/fib.h.svn-base,
toolbox_graph/mex/fheap/.svn/text-base/fibpriv.h.svn-base,
toolbox_graph/mex/fheap/.svn/text-base/fibtest.c.svn-base,
toolbox_graph/mex/fheap/.svn/text-base/fibtest2.c.svn-base,
toolbox_graph/mex/fheap/.svn/text-base/tt.c.svn-base,
toolbox_graph/mex/fheap/.svn/text-base/use.c.svn-base,
toolbox_graph/mex/fheap/fib.cpp,
toolbox_graph/mex/fheap/fib.h,
toolbox_graph/mex/fheap/fibpriv.h,
toolbox_graph/mex/fheap/fibtest.c,
toolbox_graph/mex/fheap/fibtest2.c,
toolbox_graph/mex/fheap/tt.c,
toolbox_graph/mex/fheap/use.c,
toolbox_graph/mex/fibheap.h,
toolbox_graph/mex/perform_dijkstra_propagation.cpp,
toolbox_graph/mex/perform_dijkstra_propagation.def,
toolbox_graph/mex/perform_dijkstra_propagation.vcproj,
toolbox_graph/mex/toolbox_graph.sln,
toolbox_graph/off/.svn/all-wcprops,
toolbox_graph/off/.svn/entries,
toolbox_graph/off/.svn/format,
toolbox_graph/off/.svn/prop-base/beetle.off.svn-base,
toolbox_graph/off/.svn/prop-base/cube.off.svn-base,
toolbox_graph/off/.svn/prop-base/cube_oversampled.off.svn-base,
toolbox_graph/off/.svn/prop-base/cylinder.off.svn-base,
toolbox_graph/off/.svn/prop-base/elephant-50kv.off.svn-base,
toolbox_graph/off/.svn/prop-base/hhh.off.svn-base,
toolbox_graph/off/.svn/prop-base/hole_sphere1.off.svn-base,
toolbox_graph/off/.svn/prop-base/hole_sphere2.off.svn-base,
toolbox_graph/off/.svn/prop-base/hole_sphere3.off.svn-base,
toolbox_graph/off/.svn/prop-base/hole_sphere4.off.svn-base,
toolbox_graph/off/.svn/prop-base/hole_sphere5.off.svn-base,
toolbox_graph/off/.svn/prop-base/hole_sphere6.off.svn-base,
toolbox_graph/off/.svn/prop-base/hypersheet.off.svn-base,
toolbox_graph/off/.svn/prop-base/mannequin.off.svn-base,
toolbox_graph/off/.svn/prop-base/mushroom.off.svn-base,
toolbox_graph/off/.svn/prop-base/nefertiti-entire.off.svn-base,
toolbox_graph/off/.svn/prop-base/nefertiti.off.svn-base,
toolbox_graph/off/.svn/prop-base/pipes.off.svn-base,
toolbox_graph/off/.svn/prop-base/tre_twist.off.svn-base,
toolbox_graph/off/.svn/prop-base/venus.off.svn-base,
toolbox_graph/off/.svn/text-base/beetle.off.svn-base,
toolbox_graph/off/.svn/text-base/cube.off.svn-base,
toolbox_graph/off/.svn/text-base/cube_oversampled.off.svn-base,
toolbox_graph/off/.svn/text-base/cylinder.off.svn-base,
toolbox_graph/off/.svn/text-base/elephant-50kv.off.svn-base,
toolbox_graph/off/.svn/text-base/hhh.off.svn-base,
toolbox_graph/off/.svn/text-base/hole_sphere1.off.svn-base,
toolbox_graph/off/.svn/text-base/hole_sphere2.off.svn-base,
toolbox_graph/off/.svn/text-base/hole_sphere3.off.svn-base,
toolbox_graph/off/.svn/text-base/hole_sphere4.off.svn-base,
toolbox_graph/off/.svn/text-base/hole_sphere5.off.svn-base,
toolbox_graph/off/.svn/text-base/hole_sphere6.off.svn-base,
toolbox_graph/off/.svn/text-base/hypersheet.off.svn-base,
toolbox_graph/off/.svn/text-base/mannequin.off.svn-base,
toolbox_graph/off/.svn/text-base/mushroom.off.svn-base,
toolbox_graph/off/.svn/text-base/nefertiti-entire.off.svn-base,
toolbox_graph/off/.svn/text-base/nefertiti.off.svn-base,
toolbox_graph/off/.svn/text-base/pipes.off.svn-base,
toolbox_graph/off/.svn/text-base/tre_twist.off.svn-base,
toolbox_graph/off/.svn/text-base/venus.off.svn-base,
toolbox_graph/off/beetle.off,
toolbox_graph/off/cube.off,
toolbox_graph/off/cube_oversampled.off,
toolbox_graph/off/cylinder.off,
toolbox_graph/off/elephant-50kv.off,
toolbox_graph/off/hhh.off,
toolbox_graph/off/hole_sphere1.off,
toolbox_graph/off/hole_sphere2.off,
toolbox_graph/off/hole_sphere3.off,
toolbox_graph/off/hole_sphere4.off,
toolbox_graph/off/hole_sphere5.off,
toolbox_graph/off/hole_sphere6.off,
toolbox_graph/off/hypersheet.off,
toolbox_graph/off/mannequin.off,
toolbox_graph/off/mushroom.off,
toolbox_graph/off/nefertiti-entire.off,
toolbox_graph/off/nefertiti.off,
toolbox_graph/off/pipes.off,
toolbox_graph/off/tre_twist.off,
toolbox_graph/off/venus.off,
toolbox_graph/pawn.wrl,
toolbox_graph/perform_delaunay_flipping.m,
toolbox_graph/perform_dijkstra.m,
toolbox_graph/perform_dijkstra_fast.dll,
toolbox_graph/perform_dijkstra_fast.mexmaci,
toolbox_graph/perform_dijkstra_path_extraction.m,
toolbox_graph/perform_dijkstra_propagation.dll,
toolbox_graph/perform_dijkstra_propagation.m,
toolbox_graph/perform_dijkstra_propagation.mexglx,
toolbox_graph/perform_dijkstra_propagation.mexmaci,
toolbox_graph/perform_dijkstra_propagation_old.m,
toolbox_graph/perform_dijkstra_propagation_slow.m,
toolbox_graph/perform_faces_reorientation.m,
toolbox_graph/perform_floyd_algorithm.m,
toolbox_graph/perform_lloyd_iteration.m,
toolbox_graph/perform_mesh_heat_diffusion.m,
toolbox_graph/perform_mesh_simplification.m,
toolbox_graph/perform_mesh_smoothing.m,
toolbox_graph/perform_normal_displacement.m,
toolbox_graph/perform_point_picking.m,
toolbox_graph/perform_saturation.m,
toolbox_graph/perform_triangle_flipping.m,
toolbox_graph/plot_dijkstra.m,
toolbox_graph/plot_edges.m,
toolbox_graph/plot_geometry_image.m,
toolbox_graph/plot_graph.m,
toolbox_graph/plot_mesh.m,
toolbox_graph/plot_silouhette.m,
toolbox_graph/plot_spherical_triangulation.m,
toolbox_graph/progressive_mesh.m,
toolbox_graph/publish_html.m,
toolbox_graph/qslim.m,
toolbox_graph/read_gim.m,
toolbox_graph/read_mesh.m,
toolbox_graph/read_mfile.m,
toolbox_graph/read_obj.m,
toolbox_graph/read_off.m,
toolbox_graph/read_ply.m,
toolbox_graph/read_smf.m,
toolbox_graph/read_tet.m,
toolbox_graph/read_vtk.m,
toolbox_graph/read_wrl.m,
toolbox_graph/reverse_orientation.m,
toolbox_graph/select3d.m,
toolbox_graph/tests/.svn/all-wcprops,
toolbox_graph/tests/.svn/entries,
toolbox_graph/tests/.svn/format,
toolbox_graph/tests/.svn/prop-base/test_compression.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_compression_fixed.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_constrained_delaunay.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_diffusion_wavelets.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_dijkstra.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_dijkstra_astar.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_drawing.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_flattening.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_grid_data.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_laplacian_curve.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_mesh_simplification.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_mex.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_parameterization.m.svn-base,
toolbox_graph/tests/.svn/prop-base/test_spectra.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_compression.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_compression_fixed.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_constrained_delaunay.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_curvature.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_diffusion_wavelets.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_dijkstra.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_dijkstra_astar.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_drawing.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_duality.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_face_reorientation.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_filling_holes.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_flattening.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_free_boundary.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_grid_data.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_image_approx_refinement.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_image_approx_thining.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_laplacian_curve.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_levelset_mesh.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_lloyd.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_mesh.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_mesh_processing.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_mesh_simplification.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_mesh_smoothing.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_mex.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_parameterization.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_spectra.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_spherical_triangulation_drawing.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_tets.m.svn-base,
toolbox_graph/tests/.svn/text-base/test_wave_equation.m.svn-base,
toolbox_graph/tests/test_compression.m,
toolbox_graph/tests/test_compression_fixed.m,
toolbox_graph/tests/test_constrained_delaunay.m,
toolbox_graph/tests/test_curvature.m,
toolbox_graph/tests/test_diffusion_wavelets.m,
toolbox_graph/tests/test_dijkstra.m,
toolbox_graph/tests/test_dijkstra_astar.m,
toolbox_graph/tests/test_drawing.m,
toolbox_graph/tests/test_duality.m,
toolbox_graph/tests/test_face_reorientation.m,
toolbox_graph/tests/test_filling_holes.m,
toolbox_graph/tests/test_flattening.m,
toolbox_graph/tests/test_free_boundary.m,
toolbox_graph/tests/test_grid_data.m,
toolbox_graph/tests/test_image_approx_refinement.m,
toolbox_graph/tests/test_image_approx_thining.m,
toolbox_graph/tests/test_laplacian_curve.m,
toolbox_graph/tests/test_levelset_mesh.m,
toolbox_graph/tests/test_lloyd.m,
toolbox_graph/tests/test_mesh.m,
toolbox_graph/tests/test_mesh_processing.m,
toolbox_graph/tests/test_mesh_simplification.m,
toolbox_graph/tests/test_mesh_smoothing.m,
toolbox_graph/tests/test_mex.m,
toolbox_graph/tests/test_parameterization.m,
toolbox_graph/tests/test_spectra.m,
toolbox_graph/tests/test_spherical_triangulation_drawing.m,
toolbox_graph/tests/test_tets.m,
toolbox_graph/tests/test_wave_equation.m,
toolbox_graph/tet2tri.m,
toolbox_graph/toolbox/clamp.m,
toolbox_graph/toolbox/crop.m,
toolbox_graph/toolbox/getoptions.m,
toolbox_graph/toolbox/imageplot.m,
toolbox_graph/toolbox/isomap.m,
toolbox_graph/toolbox/load_curve.m,
toolbox_graph/toolbox/nb_dims.m,
toolbox_graph/toolbox/norme.m,
toolbox_graph/toolbox/perform_analysis_regularization.m,
toolbox_graph/toolbox/progressbar.m,
toolbox_graph/toolbox/rescale.m,
toolbox_graph/toolbox_graph.m,
toolbox_graph/triangle.exe,
toolbox_graph/triangulate.m,
toolbox_graph/triangulation2adjacency.m,
toolbox_graph/triangulation_isequal.m,
toolbox_graph/write_gim.m,
toolbox_graph/write_mesh.m,
toolbox_graph/write_obj.m,
toolbox_graph/write_off.m,
toolbox_graph/write_ply.m,
toolbox_graph/write_smf.m,
toolbox_graph/write_wrl.m
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (18)
10 Sep 2004 lolo@loli.li lo

Perfect

11 Dec 2004 Attila Altay Yavuz

Very useful

26 Mar 2005 Khaled Khairy  
29 Mar 2006 Edo urra

good

08 Sep 2006 Will Liu  
22 Feb 2007 Ben abdallah youssef

Very helpful toolbox!!

30 May 2007 bahram gh

very useful

02 Jun 2008 anup vibhute

very useful

03 Mar 2009 David S

Very useful, except for a bug in the compute_curvature function:

compute_curvature will generate an error on line 75 ("dp = sum( normal(:,E(:,1)) .* normal(:,E(:,2)), 1 );") for SOME surfaces. The error stems from E containing indices that are out of range which is caused by line 48 ("A = sparse(double(i),double(j),s,n,n);") where A's values eventually entirely make up the E matrix. The problem occurs when the i and j vectors create the same ordered pair twice in which case the sparse function adds the two s vector elements together for that matrix location resulting in a value that is too large to be used as an index on line 75. For example, if i = [1 1] and j = [2 2] and s = [3 4] then A(1,2) will equal 3 + 4 = 7.

The i and j vectors are created here:
i = [face(1,:) face(2,:) face(3,:)];
j = [face(2,:) face(3,:) face(1,:)];

The fact that your code seems to depend on the order of the vertices in the faces matrix worries me because the curvature should be the same regardless of the order, obviously. To be fair, I don't completely understand how your code works so perhaps the way it is written it works out to not matter except that it does certainly matter when it results in an index out of bounds error as previously described.

03 Mar 2009 David S

Just wanted to add that the error I mentioned is caused by the flipping of the sign of the surface normal of just one face by rearranging the order of the vertices in the face matrix

07 Apr 2009 Axel zheng

Cool!!!

20 May 2009 Ofra

Very useful.
Is there a Matlab 2008b version ?

09 Jun 2009 europe lee

test_diffusion_wavelet.m file did not work!
Because it miss some functions, such as MakeDiffusion function.
Although I download and install diffusion wavelet code from MAURO MAGGIONI, I find that MakeDiffusion in his code is different from yours,like parameter called 'gauss' in your MakeDiffusion was not included in Mauro's MakeDiffusion.

26 Aug 2009 YUANCHUN WANG

Very useful.

But I have a question: when I tried to use the function "perform_mesh_simplification" to make the simplificatino for mesh. Matlab said that QSlim is not a command. And here is the command where situates the problem: "system(['QSlim tmp.smf -o tmp1.smf -s ' num2str(nface)]);"

I'm afraid this is because the qslim.exe was missed?

thanks for your explaination!

18 Oct 2009 Raymond Cheng

Thanks for your sharing.

12 Nov 2009 kamel

Very useful
compute_curvature will generate an error on line 75 ("dp = sum( normal(:,E(:,1)) .* normal(:,E(:,2)), 1 );") for SOME surfaces.
what's the solution of this bug
thanks

17 Nov 2009 Peter  
20 Nov 2009 Ged Ridgway

Looks really useful. However, isomap seems to fail:
>> xy = isomap(dat);
??? Undefined command/function 'compute_nn_graph'.
Error in ==> isomap at 85
    D = compute_nn_graph(X,options);

Please login to add a comment or rating.
Updates
13 Jul 2004

Added dual graph support.

26 Oct 2004

Now in zip format.

11 Feb 2005

Added support for various file formats (VRML,PLY,SMF).
Added support for geometry images display (gim generation soon to come).
Added some test files for spectral graph drawing, isomap flattening, spectral graph compression.

18 Jan 2007

Added free boundary parameterization.

27 Apr 2007

GPL license.

02 Oct 2007

Added heat diffusion on meshes, clean definition of laplacians.

06 Nov 2007

Added curvature computation on meshes.

21 Nov 2007

Fixed a few bugs.

01 Feb 2008

Added support for tetrahedral meshes.

15 Feb 2008

Added image approximation using refinement.

18 Aug 2008

Added html help files.

22 Aug 2008

HTML files updated.

27 Jun 2009

Update of Licence

19 Jul 2009

Modified license.

Tag Activity for this File
Tag Applied By Date/Time
graph theory Gabriel Peyre 22 Oct 2008 07:25:09
laplacian Gabriel Peyre 22 Oct 2008 07:25:09
combinatorial Gabriel Peyre 22 Oct 2008 07:25:09
triangulation Gabriel Peyre 22 Oct 2008 07:25:09
meshes Gabriel Peyre 22 Oct 2008 07:25:09
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com