Chapter 6. ImageJ Plugins for Developers
In the previous chapter you saw how to install a plugin that is available for download from the developer website. We also introduced some of them that are potentially useful in a wide range of applications. This chapter includes the following:
A brief description of ImageJ plugin architecture with examples
A walk through some common operations
A guide for developing ImageJ plugins using the Eclipse IDE
This chapter will require prior programming experience, ideally with Java, but there is nothing here outside the concepts handled by other object oriented programming languages.