Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 3 months ago

Mesh voxelisation by Adam A

Voxelise a triangular-polygon mesh. (cad, mesh, voxelize)

COMPUTE_mesh_normals(meshdataIN,invertYN)

CONVERT_meshformat(varargin)

READ_stl(stlFILENAME,varargin)

image thumbnail

updated 11 months ago

Converting a 3D logical array into an STL surface mesh by Adam A

Conversion of a voxelised object contained within a 3D logical array into an STL surface mesh. (stl, cad, data export)

CONVERT_meshformat(varargin)

CONVERT_voxels_to_stl(STLname,gridDATA,gridX,gridY,gridZ,va...

READ_stl(stlFILENAME,varargin)

image thumbnail

updated 11 months ago

Polygon2Voxel by Dirk-Jan Kroon

Convert a triangulated mesh into a voxel volume (mesh, voxel volume, polygons)

Volume=polygon2voxel(FV,VolumeSize,mode,Yxz)

Volume=polygon2voxel_double(FacesA,FacesB,FacesC,VerticesX,...

image thumbnail

updated 1 year ago

NRRD Format File Reader by Jeff Mather

Read imagery and metadata from .nrrd medical imaging format files. (file io, image processing, medical imaging)

nrrdread(filename)

image thumbnail

updated 2 years ago

vol3d v2 by Oliver Woodford

3-d volume (voxel) rendering (data visualization, volume, volume viewer)

vol3d(varargin)

image thumbnail

updated 2 years ago

Voxel Image by Stefan

This function creates a voxel image from a list of 3D data points using patch. (voxel, image processing, image)

voxel_image( pts, vox_sz, color, alpha, edgec )

image thumbnail

updated almost 3 years ago

ind2patch by Kevin Moerman

Allows plotting of patch data (slices and voxels) for 3D images for selected voxels (image, patch, 3d)

[F,V,C]=ind2patch(IND,M,ptype)

image thumbnail

updated 3 years ago

A fast voxel traversal algorithm for ray tracing by Jesús P. Mena-Chalco

A fast and simple voxel traversal algorithm through a 3D space partition (uniform grid) (3dda, uniform, traversal)

amanatidesWooAlgorithm(origin, direction, grid3D, verbose)

rayBoxIntersection(origin, direction, vmin, vmax)

test.m

image thumbnail

updated 4 years ago

Resampling volume or image with affine matrix by Jimmy Shen

Use affine matrix to convert 3D vol or 2D img to orthogonal one with corresponding affine matrix. (affine, 2d, 3d)

affine(old_img, old_M, new_elem_size, verbose, bg, method)

image thumbnail

updated 8 years ago

Fast & indexed color Voxel by Brégeon Rémi

An improved version of voxel.m. (specialized, plotting, voxel)

hc=cube(coord,d,c,alpha);

image thumbnail

updated 9 years ago

Voxel by Suresh Joel

Draws a 3-D cube in a 3-D graph. (voxel, cube, 3d graphics)

voxel(i,d,c,alpha);

Contact us