tutorials/java/howtos/src/main/java/howto at master · imagej/tutorials · GitHub
Skip to content

Latest commit

 

History

History

README.md

Java HowTos for ImageJ2

This repository is supposed to help Java developers write code based on ImageJ2 and SciJava.

How to contribute

Adding questions

Please let us know of missing questions! You can add a comment on this issue.

Adding HowTos

You know a solution to one of the open questions or there is something you figured out and want to share with others? Great! Either add a comment with a solution in the open questions issue or create the HowTo youself and file a PR.

Make use of the template!

Guidelines

  • The idea is to have one class per question (how to do X?).
  • Questions are sorted into categories (= directories).
  • Keep each solution as simple and short as possible.
  • Each solution is represented as a static method.
  • The solutions can directly be executed via main method.
  • Comments are used to explain what exactly the code is doing.

Howtos directory map