سؤال

I would like to create a surface mesh from 3D dicom images using MATLAB's Image Processing Toolbox. These are the steps:

  1. Read DICOM images:
    http://www.mathworks.com/company/newsletters/articles/accessing-data-in-dicom-files.html

  2. Segment image:
    http://www.mathworks.com/matlabcentral/fileexchange/4879-mri-brain-segmentation

  3. Create surface mesh: ??

My question is, how can I create a surface mesh from the segmented image data?

هل كانت مفيدة؟

المحلول

Have a look at Surface Rendering with Matlab by Chris Rorden:

MATcro is a simple tool for viewing surface meshes and generating them from voxel images (such as 3D MRI and CT scans).

Rorden is the author of the popular MRI viewers MRIcro(n) and MRIcroGL, and his website contains a lot of possibly useful ressources.

نصائح أخرى

You could look at 3D Slicer. It is an open source package that can load DICOM images and do volumetric reconstruction, has a lot of segmentation tools implemented, and segmentations you create there can be exported as triangular surface meshes.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top