필터 지우기
필터 지우기

How can I only rotate the field of view of a complex valued MRI brain image?

조회 수: 2 (최근 30일)
Gulfam Saju
Gulfam Saju 2023년 1월 30일
편집: Rasmita 2023년 2월 15일
I am trying to rotate only the field of view of a complex valued MR image? I tried the following code, but it rotates the whole image. I am just trying to rotate the field of view:
new_data = imrotate(raw_data, 4);

답변 (1개)

Rasmita
Rasmita 2023년 2월 14일
편집: Rasmita 2023년 2월 15일
According to my understanding, there is no such function to change the field of view of an image.
However, you can use the parameter 'bbox' to fit the output image in 2 different ways('loose' and 'crop').
new_data = imrotate(raw_data,angle,method,bbox)
For more information please refer to this documentation page: imrotate().
Hope this helps!

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by