'''Using Plugins''' On the main Morphanalyser window, click 'Plugins' -> 'Add a Plugin' to add a plugin To remove a plugin, click 'Plugins' -> 'remove an existing Plugin' '''Writing Batchable and Plugin classes''' MorphAnalyser handles two plugin interfaces. The first, Batchable3D, allows single and batch processing of images. A no-args constructor (or no constructor for the no args default) needs to be provided for loading at runtime (using java reflection). The second interface, Plugin3D, is more general, and simply supports a setup and cleanup method.