MetaImage reader: Support "TransformMatrix" and "HeaderSize" fields
Open
enhancement
- Dominant language
- C++
- Stars
- 48
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
When reading .mhd/.mha images, open_iA should support "TransformMatrix" and "HeaderSize" fields.
Currently these are ignored.
Contributor guide
Research direction
Find the MetaImage reader code in the codebase, likely in a file related to image I/O or the specific format. Look for where .mhd/.mha headers are parsed and identify where 'TransformMatrix' and 'HeaderSize' fields are currently ignored. Add support by reading these fields and applying them appropriately to the image data structure. Test by loading a sample file with these fields.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-graphics, data-visualization, desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100