필터 지우기
필터 지우기

How can I segment MRI to generate a 3D model?

조회 수: 4 (최근 30일)
Friedman MAHARILAZA
Friedman MAHARILAZA 2018년 2월 4일
편집: Petorr 2018년 2월 20일
How can I segment MRI to generate a 3D model?
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 2월 4일
There is no built in "segmentMRI3" function, so that is an algorithm question that you should be researching in scientific papers and textbooks.

댓글을 달려면 로그인하십시오.

채택된 답변

Petorr
Petorr 2018년 2월 20일
편집: Petorr 2018년 2월 20일
SPM12 is a free matlab package that performs automatic extraction of gray matter, white matter, csf, skull, and scalp from T1 weighted MRI. SPM outputs probability-weighted tissue mask images, with the same dimensions as the input. This would be a good starting point to make/edit 3D models.
Papers: Ashburner J, Friston KJ. Unified segmentation. Neuroimage. 2005 Ashburner J. SPM: a history. Neuroimage. 2012
There are also various other automatic brain MRI segmentation tools, mostly running in Linux. E.g., FreeSurfer is a very powerful one that outputs brain surface maps as 3D vertex mesh data.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MRI에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by