Posts

Showing posts with the label simple-itk

How to Install SimpleITK on Linux/Ubuntu for Java Application

Image
In this tutorial, we are going to learn how to install SimpleITK which is very handy for medical image analysis. SimpleITK is a simplified programming interface to the algorithms and data structures of the Insight Toolkit (ITK). It supports bindings for multiple programming languages including C++, Python, R, Java, C#, Lua, Ruby, and TCL. These bindings enable scientists to develop image analysis workflows in the programming language they are most familiar with. The toolkit supports more than 15 different image file formats, provides over 280 image analysis filters, and implements a unified interface to the ITK intensity-based registration framework. you can check out official documentation from here . For the windows system, we can find the prebuilt library where we can simply download and install it. But for Linux os, we need to build by ourselves. Installation: Download SimpleItk:  Clone the SimpleITK from the github .  We can select the desired version from release and download