Volume Viewer Image Mirror Image (Wrong Orientation)

I am trying to create a 3D model of a liver but the model that is created using Volume Viewer is the mirror image. The file that I am loading is a nifti file that was generated from a liver segmentation algorithm. Is there any way to flip the liver so that I get the 3D mirror image? I tried changing the orientation in ITK-SNAP but the results were the same.

 採用された回答

Matt J
Matt J 2021 年 11 月 9 日

2 投票

Couldn't you read the data into Matlab as a 3D array and permute() it?

2 件のコメント

Robert Lubenow
Robert Lubenow 2021 年 11 月 10 日
Thank you Matt! Very simple solution that worked perfectly. I loaded the nifti file using niftiread(), then flip(nifti, 1). The resulting image is what I was looking for.
Matt J
Matt J 2021 年 11 月 10 日
Glad it worked, but please accept-click the answer to indicate that it did.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

製品

リリース

R2021b

質問済み:

2021 年 11 月 9 日

コメント済み:

2021 年 11 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by