How to open .raw files?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello everybody, I would like to ask how can I open a .raw file. I have two images of different types. The parameter of the first one are:
ObjectType = Image
CompressedData = False
BinaryData = True
NDims = 3
DataType = double
DimSize = 288 288 400
ElementSize = 1 1 1
ElementSpacing = 1 1 1
ElementType = MET_DOUBLE
ElementByteOrderMSB = False
ElementDataFile = elastixTMP_170125112822_68197190_target.raw
The parameters of the second one are:
ObjectType = Image
NDims = 3
BinaryData = True
BinaryDataByteOrderMSB = False
CompressedData = False
TransformMatrix = 1 0 0 0 1 0 0 0 1
Offset = 0 0 0
CenterOfRotation = 0 0 0
AnatomicalOrientation = RAI
ElementSpacing = 1 1 1
DimSize = 288 288 400
ElementType = MET_SHORT
ElementDataFile = result.0.raw
So, how can I open these two images?
Thanks in advance, Joaquim
댓글 수: 0
답변 (1개)
Walter Roberson
2017년 1월 25일
If those are HDR/IMG files then see https://www.mathworks.com/matlabcentral/fileexchange/29344-read-medical-data-3d
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!