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

Python readimage improvement series imageio #258

Commits on Dec 6, 2018

  1. ENH: Allow selecting ImageIO in Python template code

    When using itk.ImageFileReader to automatically select the image type
    based on the image information, the user can now
    Francois Budin committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    1442d39 View commit details
    Browse the repository at this point in the history
  2. ENH: Support loading image series in itkTemplate.

    itkTemplate image reading mechanism allows the user to not have to
    select image type (pixel type and dimension). The same mechanism
    now also works for image series.
    Francois Budin committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    eea8ea5 View commit details
    Browse the repository at this point in the history
  3. ENH: itk.imread() now supports image series

    If `itk.imread()` first argument is a list or a tuple, it will read
    it as an image series. This can be used in combination with
    `itk.NumericSeriesFileNames` for example.
    Francois Budin committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    379702b View commit details
    Browse the repository at this point in the history