필터 지우기
필터 지우기

loading a .vol file in matlab and display image

조회 수: 7 (최근 30일)
lilish
lilish 2014년 12월 6일
댓글: Image Analyst 2018년 7월 5일
Hi; I have a .vol file, which is the raw data of a image that is a 3D binary file. The first three 32-bit values are integers defining the size of the volume along X, Y, and Z. These are followed by the raw data - unsigned 8-bit integers corresponding to intensity. I would like to load this data in matlab and display the 3d image but couldn't find the command related to .vol file format and haven't be able to reconstruct the image. please help me thanks,

채택된 답변

Image Analyst
Image Analyst 2014년 12월 6일
See attached code for reading raw 3D image volumes. I have more data in my headers in yours so you'll have to adapt it to remove the lines that read the extra information that you don't have.
  댓글 수: 2
Camilla Tacconis
Camilla Tacconis 2018년 7월 5일
This looks like a fantastic solution, have tried using your code in Matlab to see what it looks like but I unfortunately get an error for the line: stValidParameters = ValidateInputParameters(stInputParameters, x_size, y_size, z_size); quoting
Undefined function or variable 'ValidateInput'.
Error in Read_RAW_3DArray (line 54) stValidParameters = ValidateInputParameters(stInputParameters, x_size, y_size, z_size);
Could you help me solve this?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by