ITK 5.0.0 is a major release that features an incredible number of improvements: This includes major enhancement in the development process, major code refactoring, addition of important features, ...
Here is a simple Python script that reads an image, applies a median image filter (radius of 2 pixels), and writes the resulting image in a file. A common use case for using ITK in Python is to mingle ...