mha and mhd support
Posted: 2012-01-24T02:53:49-07:00
Hi
The insight toolkit (ITK) is a famous image processing library but do not support many formats. It's native format is a very easy .mha and .mhd format which stores data rawly and uncompressed. would it be possible to support it, i could post a MatLab code for writing and reading mhd files if necessary.
PS: Only difference between mha and mhd is that mha produces header and image data stuff in same file while mhd makes a seperate .raw file which stores image data, in the mhd only the header and link to raw is stored, so mhd's are readable by simple textreaders
The insight toolkit (ITK) is a famous image processing library but do not support many formats. It's native format is a very easy .mha and .mhd format which stores data rawly and uncompressed. would it be possible to support it, i could post a MatLab code for writing and reading mhd files if necessary.
PS: Only difference between mha and mhd is that mha produces header and image data stuff in same file while mhd makes a seperate .raw file which stores image data, in the mhd only the header and link to raw is stored, so mhd's are readable by simple textreaders