Chapter 8. Anatomy of ImageJ Plugins
In this chapter, we will examine how a plugin is organized in ImageJ and how it is implemented in the main interface. We will examine both the legacy plugins (ImageJ1.x) and the new format based on SciJava's model (ImageJ2). The following topics will be discussed in this chapter:
The basic anatomy of a plugin in ImageJ1.x and ImageJ2
Types of plugins
Implementing a plugin
Combining macros and plugins
Running and debugging plugins
Examples of available plugins