Chapter 9. Creating ImageJ Plugins for Analysis
In this chapter, we will examine how to create plugins to perform analyses. This chapter will examine how to make a flexible plugin, and how to implement it in ImageJ to perform a simple analysis. The following topics will be dealt with in this chapter:
Setting up a new plugin project
Using a plugin to process and analyze images
Adding user interaction and preferences
Using external libraries
Sharing your plugin