Code covered by the BSD License
-
Toolbox Wavelets on Meshes - ...
-
check_face_vertex(vertex,face...
check_face_vertex - check that vertices and faces have the correct size
-
clamp(x,a,b)
-
compute_base_mesh(type, j, op...
compute_base_mesh - generate a simple triangulation.
-
compute_butterfly_neighbors(k...
compute_butterfly_neighbors - compute local neighbors of a vertex
-
compute_edge_face_ring(face)
compute_edge_face_ring - compute faces adjacent to each edge
-
compute_face_ring(face)
compute_face_ring - compute the 1 ring of each face in a triangulation.
-
compute_gaussian_filter(n,s,N...
compute_gaussian_filter - compute a 1D or 2D Gaussian filter.
-
compute_mesh_weight(vertex,fa...
compute_mesh_weight - compute a weight matrix
-
compute_normal(vertex,face)
compute_normal - compute the normal of a triangulation
-
compute_semiregular_gim(M,J,o...
compute_semiregular_gim - compute a semi-regular mesh from a GIM
-
compute_semiregular_sphere(J,...
compute_semiregular_sphere - compute a semi-regular sphere
-
compute_vertex_face_ring(face)
compute_vertex_face_ring - compute the faces adjacent to each vertex
-
compute_vertex_ring(face)
compute_vertex_ring - compute the 1 ring of each vertex in a triangulation.
-
crop(M,n,c)
crop - crop an image to reduce its size
-
getoptions(options, name, v, ...
getoptions - retrieve options parameter
-
griddata_arbitrary(face,verte...
griddata_arbitrary - perform interpolation of a triangulation on a regular grid
-
imageplot(M,str, a,b,c)
imageplot - diplay an image and a title
-
keep_above(x,T)
keep_above - keep only the coefficients above threshold T,
-
keep_biggest(x,n)
keep_biggest - keep only the n biggest coef,
-
load_gim(name, options)
load_gim - load a geometry image, either from a file or synthetic.
-
load_image(type, n, options)
load_image - load benchmark images.
-
load_spherical_function(name,...
load_spherical_function - load a function on the sphere
-
perform_blurring(M, sigma, op...
perform_blurring - gaussian blurs an image
-
perform_convolution(x,h, boun...
perform_convolution - compute convolution with centered filter.
-
perform_curve_subdivision(f, ...
perform_curve_subdivision - perform subdivision
-
perform_haar_graph(v, A, dir,...
perform_haar_graph - perform the haar transform on graph
-
perform_mesh_smoothing(face,v...
perform_mesh_smoothing - smooth a function defined on a mesh by averaging
-
perform_mesh_subdivision(f, f...
perform_mesh_subdivision - perfrom a mesh sub-division
-
perform_sgim_sampling(signal_...
perform_sgim_sampling - generate a geometry image from a spherical parameterization
-
perform_spherial_planar_sampl...
perform_spherial_planar_sampling - project sampling location from sphere to a square
-
perform_wavelet_mesh_transfor...
perform_wavelet_mesh_transform - compute a wavelet tranform on a mesh
-
plot_geometry_image(M, displa...
plot_geometry_image - plot a geometry image
-
plot_mesh(vertex,face,options...
-
plot_spherical_function(verte...
plot_spherical_function - display a function on the sphere
-
progressbar(n,N,w)
progressbar - display a progress bar
-
publish_html(filename, output...
publish_html - publish a file to HTML format
-
read_gim(filename)
-
read_mesh(file)
-
read_off(filename)
read_off - read data from OFF file.
-
rescale(x,a,b)
-
triangulation2adjacency(face,...
triangulation2adjacency - compute the adjacency matrix
-
write_gim(M, filename, save_p...
-
loop.m
-
test_create_gim.m
-
test_semiregular_meshes.m
-
test_sphere.m
-
test_subdivision_curve.m
-
test_subdivision_mesh.m
-
test_subdivision_polyhedra.m
-
test_wavelet_meshes.m
-
View all files
from
Toolbox Wavelets on Meshes
by Gabriel Peyre
A toolbox to compute wavelet transform on 3D meshes
|
| All files for Toolbox Wavelets on Meshes |
/license.txt
/toolbox_wavelet_meshes/.DS_Store
/toolbox_wavelet_meshes/compute_base_mesh.m
/toolbox_wavelet_meshes/compute_butterfly_neighbors.m
/toolbox_wavelet_meshes/compute_semiregular_gim.m
/toolbox_wavelet_meshes/compute_semiregular_sphere.m
/toolbox_wavelet_meshes/content.m
/toolbox_wavelet_meshes/data/earth-bw.jpg
/toolbox_wavelet_meshes/data/lena.png
/toolbox_wavelet_meshes/gim/bunny-gim.gim
/toolbox_wavelet_meshes/gim/bunny-sph.gim
/toolbox_wavelet_meshes/html/content.html
/toolbox_wavelet_meshes/html/content.png
/toolbox_wavelet_meshes/html/content_01.png
/toolbox_wavelet_meshes/html/content_02.png
/toolbox_wavelet_meshes/html/content_03.png
/toolbox_wavelet_meshes/html/content_04.png
/toolbox_wavelet_meshes/html/content_05.png
/toolbox_wavelet_meshes/html/content_06.png
/toolbox_wavelet_meshes/html/content_07.png
/toolbox_wavelet_meshes/html/gpeyre.xsl
/toolbox_wavelet_meshes/html/style.css
/toolbox_wavelet_meshes/load_spherical_function.m
/toolbox_wavelet_meshes/loop.m
/toolbox_wavelet_meshes/perform_curve_subdivision.m
/toolbox_wavelet_meshes/perform_haar_graph.m
/toolbox_wavelet_meshes/perform_mesh_subdivision.m
/toolbox_wavelet_meshes/perform_sgim_sampling.m
/toolbox_wavelet_meshes/perform_spherial_planar_sampling.m
/toolbox_wavelet_meshes/perform_wavelet_mesh_transform.m
/toolbox_wavelet_meshes/plot_spherical_function.m
/toolbox_wavelet_meshes/publish_html.m
/toolbox_wavelet_meshes/readme.txt
/toolbox_wavelet_meshes/tests/test_create_gim.m
/toolbox_wavelet_meshes/tests/test_semiregular_meshes.m
/toolbox_wavelet_meshes/tests/test_sphere.m
/toolbox_wavelet_meshes/tests/test_subdivision_curve.m
/toolbox_wavelet_meshes/tests/test_subdivision_mesh.m
/toolbox_wavelet_meshes/tests/test_subdivision_polyhedra.m
/toolbox_wavelet_meshes/tests/test_wavelet_meshes.m
/toolbox_wavelet_meshes/toolbox/check_face_vertex.m
/toolbox_wavelet_meshes/toolbox/clamp.m
/toolbox_wavelet_meshes/toolbox/compute_edge_face_ring.m
/toolbox_wavelet_meshes/toolbox/compute_face_ring.m
/toolbox_wavelet_meshes/toolbox/compute_gaussian_filter.m
/toolbox_wavelet_meshes/toolbox/compute_mesh_weight.m
/toolbox_wavelet_meshes/toolbox/compute_normal.m
/toolbox_wavelet_meshes/toolbox/compute_vertex_face_ring.m
/toolbox_wavelet_meshes/toolbox/compute_vertex_ring.m
/toolbox_wavelet_meshes/toolbox/crop.m
/toolbox_wavelet_meshes/toolbox/getoptions.m
/toolbox_wavelet_meshes/toolbox/griddata_arbitrary.m
/toolbox_wavelet_meshes/toolbox/imageplot.m
/toolbox_wavelet_meshes/toolbox/keep_above.m
/toolbox_wavelet_meshes/toolbox/keep_biggest.m
/toolbox_wavelet_meshes/toolbox/load_gim.m
/toolbox_wavelet_meshes/toolbox/load_image.m
/toolbox_wavelet_meshes/toolbox/mannequin.off
/toolbox_wavelet_meshes/toolbox/perform_blurring.m
/toolbox_wavelet_meshes/toolbox/perform_convolution.m
/toolbox_wavelet_meshes/toolbox/perform_mesh_smoothing.m
/toolbox_wavelet_meshes/toolbox/plot_geometry_image.m
/toolbox_wavelet_meshes/toolbox/plot_mesh.m
/toolbox_wavelet_meshes/toolbox/progressbar.m
/toolbox_wavelet_meshes/toolbox/read_gim.m
/toolbox_wavelet_meshes/toolbox/read_mesh.m
/toolbox_wavelet_meshes/toolbox/read_off.m
/toolbox_wavelet_meshes/toolbox/rescale.m
/toolbox_wavelet_meshes/toolbox/triangulation2adjacency.m
/toolbox_wavelet_meshes/toolbox/venus.off
/toolbox_wavelet_meshes/toolbox/write_gim.m
|
|
Contact us at files@mathworks.com