How to visualize 4D .nii file?
    조회 수: 23 (최근 30일)
  
       이전 댓글 표시
    
I have an mri file with the extension nii.
How can I visualize this?
댓글 수: 0
답변 (1개)
  Asvin Kumar
    
 2021년 5월 13일
        
      편집: Asvin Kumar
    
 2021년 5월 13일
  
      nii files follow the NIfTI image format. You can use the niftiread function to read these files. MATLAB also offers other functions like niftiwrite and niftiinfo. All the linked doc pages have examples that should help you get started. You can use try using volshow or the volumeViewer app to view your data. 
Here are two articles that talk about viewing/displaying MRI data (3D volume):
You can try adapting techniques from these articles. 
Here's a popular File Exchange submission for working with NIIfTI and ANALYZE images: https://www.mathworks.com/matlabcentral/fileexchange/8797-tools-for-nifti-and-analyze-image
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Neuroimaging에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

