Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 964 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 964 Bytes

This project contains example code for working with ImageJ2.

GETTING STARTED

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 simple-commands
mvn -Pexec -Dmain-class=GradientImage

LICENSING

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.

SEE ALSO

The ImgLib2 Examples, an excellent image processing tutorial.