70枚程度あるスライス画像を重ねて三次元表現する方法
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
thuru
el 8 de En. de 2017
Comentada: thuru
el 13 de En. de 2017
70枚ほどあるslice画像のTIFFファイルがありますが、それらを重ねて三次元に構築する方法を知りたいです。 また、中が見えるように色が黒いところだけ半透明にしたいです。 画像サイズはそれぞれ256×256です。
0 comentarios
Respuesta aceptada
Takuji Fukumoto
el 9 de En. de 2017
27枚の画像を使って3次元行列にした上で、等値面からボリュームデータを作ることができます。
vol = isosurface(D, 5)
サンプルを添付します。(2016bで動作)
また下記はスライス画像から指定した輝度より暗いところは半透明にし3D表示するサンプルです。 https://jp.mathworks.com/matlabcentral/fileexchange/4879-mri-brain-segmentation?s_tid=srchtitle
ダウンロードしてBrainScan.mを実行すればどういうものか確認できます。 TIFFファイル用に編集すれば使えるのではないかと思います。
Image Processing Toolboxでは3次元処理の関数が増えてきていますが、便利なViewerがあるといいですね。
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!