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

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.
Glad it worked, but please accept-click the answer to indicate that it did.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image 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