Java Image Segmentation Methods


News

What is JisM ?

JisM is a program written in Java which aimed to be a powerful tools for image segmentation. It is based on a multi-threads architecture which allows it to run several tasks in the same time and allows users to exploit fully a multi-cores CPU.

Use of Python plugin in JisM

JisM has a plugin layer which allows user to add his own segmentation methods. There is also a plugin which can execute a Python plugin. This functionality needs the Jython Project to work.

Create multi-threaded plugins

Users could easily create multi-threaded plugins. JisM contains a special interface describing a multi-threaded plugins which attributes a thread executor to the plugin.