Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add template for input ImageType for itk2Dicom #507

Merged
merged 2 commits into from
Aug 28, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    3d6401c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. ENH: add PixelType = short restriction to Itk2DicomConverter::itkimag…

    …e2dcmSegmentation
    
    Tempalted function Itk2DicomConverter::itkimage2dcmSegmentation should
    not be instantiated with PixelType other than short. This is because
    we do not handle any other pixel type for writing DICOM segmentation
    object.
    
    Any attempt to instantiate should result in a compile time error,
    warning the developer about the limitation.
    jadh4v committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9675603 View commit details
    Browse the repository at this point in the history