Version 1 (modified by 12 years ago) ( diff ) | ,
---|
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.
Attachments (2)
-
src.zip
(31.8 KB
) - added by 12 years ago.
Source files for example plugins
-
MorphAnalyserPlugins.jar
(11.8 KB
) - added by 12 years ago.
Compiled jar file of example plugins
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.