Chapter 7. Explanation of ImageJ Constructs
In the previous chapter, we developed macros to ease our processing and measurements. We used some techniques and constructs that are particular for the macro language in ImageJ. In this chapter, we will look at the following topics, in preparation to develop our own plugins:
Frameworks for macros and plugins
Special classes in ImageJ
Built-in functions for macros
API functions
Setting up the NetBeans IDE for development
Setting up for development using Maven