pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
287 stars 84 forks source link

Fixed an issue caused dicom series reading error and an layer inspector error #82

Closed jilei-hao closed 1 year ago

jilei-hao commented 1 year ago

The parent ITK filter of the IncreasedDimensionImageFilter failed to generate Output Information because lower dim cannot be dynamic_casted to higher dim. Based on itk::TileImageFilter, we need to override GenerateOutputInformation to make it work.

This will fix #81 , also mentioned by users in some user group threads.