How to open .raw files?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 25 de En. de 2017
If those are HDR/IMG files then see https://www.mathworks.com/matlabcentral/fileexchange/29344-read-medical-data-3d
0 comentarios
Ver también
Categorías
Más información sobre Get Started with Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!