Insight Segmentation and Registration Toolkit (ITK)
Insight Segmentation and Registration Toolkit (ITK) is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Insight Segmentation and Registration Toolkit (ITK) is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
To install InsightToolkit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install InsightToolkit
To see what files were installed by InsightToolkit, run:
port contents InsightToolkit
To later upgrade InsightToolkit, run:
sudo port selfupdate && sudo port upgrade InsightToolkit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.