This project contains example code for working with ImageJ2.
You can import these projects into your favorite IDE:
- Eclipse: File > Import > Existing Maven Projects
- NetBeans: File > Open Project
- IDEA: File > Open Project... (select pom.xml)
Or build and run from the command line:
mvn
cd load-and-display-dataset
mvn exec:java -Dexec.mainClass=LoadAndDisplayDataset
To the extent possible under law, the ImageJ developers have waived all copyright and related or neighboring rights to this tutorial code.
See the CC0 1.0 Universal license for details.
The ImgLib2 Examples, an excellent image processing tutorial.