image thumbnail

updated 1 month ago

Fast 3D/2D Region Growing (MEX) by Christian Wuerslin

A very fast 2D and 3D region growing algorithm implemented in c++. (region growing, image segmentation, 3d)

RegionGrowing(dImg, dMaxDif, iSeed)

image thumbnail

updated 5 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 1 year ago

Simple single-seeded region growing by Stéphane

Segmentation by growing a region from user defined seed point, using intensity mean measure. (image processing regi..., how to set the tolera..., image processing)

segCroissRegion(tolerance,Igray,x,y)

image thumbnail

updated almost 2 years ago

Region Growing (2D/3D grayscale) by Daniel

Recursive region growing algorithm for 2D/3D grayscale images with polygon and binary mask output (region growing, can anyone help me ou..., image processing)

regionGrowing(cIM, initPos, thresVal, maxDist, tfMean, tfFi...

Contact us