ITK 5.0 Beta 1: Pythonic Interface
September 11, 2018
We are happy to announce the first beta release for ITK 5!
This release features an additional, more Pythonic interface to filters. This interface is more familiar in Python and facilitates rapid prototyping. ITK 5.0 Beta 1 also includes many performance-related improvements, such as a pure C++11 thread pool by default, an HDF5 update to 1.10, new frequency domain iterators, new neighborhood range classes, and a new multi-dimensional, multi-component superpixel class.
For an overview of ITK 5 performance-related changes and the transition to modern C++, see the ITK 5 Alpha 1: Modern C++ and ITK 5 Alpha 2: Performance release announcements.
To install the Python packages,
python -m pip install --upgrade pip python -m pip install --upgrade --pre itk
For more details, see the detailed release notes.
Enjoy ITK!
Tags:
When I package my python project with py2app, itk always goes wrong.
wrong message:AttributeError: module ‘itk’ has no attribute ‘Image’
but,my python project have itk and itk have attribute image,
So I want to know if itk can be packaged with py2app.
There are a few improvements we need to make to the
itk
Python package to use tools like py2app, py2exe, pyinstaller. Subscribe to this issue on GitHub for more information and to track progress:https://github.com/InsightSoftwareConsortium/ITK/issues/214