One core part of indypacs is an easily extendable modular interface for image analysis algorithms. The modules can be designed from out of indypacs by the user, so you can even employ indypacs in evaluating your latest software development. We have put together a basic template that facilitates the quick design of a module. The basic idea is the following:
analysis modules
analysis module
- a simple text file with an imi extension
- starts analysis software
- handles the exchange of data between indypacs and software
 
 
analysis workbench module
- performs actual image analysis on a stack of images
- returns an xml file with result values
- e.g. matlab script
Templates for module design
Modules contributed by users
indypacs module 2 module 1 analysis algorithm 1 analysis algorithm 1