70枚程度あるスライス画像を重ねて三次元表現する方法
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
70枚ほどあるslice画像のTIFFファイルがありますが、それらを重ねて三次元に構築する方法を知りたいです。 また、中が見えるように色が黒いところだけ半透明にしたいです。 画像サイズはそれぞれ256×256です。
0 Commenti
Risposta accettata
Takuji Fukumoto
il 9 Gen 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があるといいですね。
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!