The Utils package is my base package for programming Fiji plugins aimed at cell-biology image analysis.
It contains subjects like:
- Data structures
- Visualization both in image as in graphs
- Often used mathematical operations
- Often used measurement techniques
This package uses the following dependencies:
- The ImageJ IJ package
- The JFreeChart package of JFree.org
- The JUnit test package