Ticket #1355 (closed feature: fixed)
Opened 2012-08-03T10:13:49-05:00
Last modified 2012-09-06T14:17:28-05:00
Create tutorials for the ImageJ API
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Community | Version: | |
Severity: | non-issue | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1015 |
Description
We have a start on some documentation explaining how to use the ImageJ2 API, the form of the imagej-tutorials Git repository.
As of this writing, it contains only a single tutorial, demonstrating how to load and display a dataset. To aid developers in learning ImageJ2's API, we should add many more tutorials. (Each should be filed as a blocking ticket for this feature.)
Change History
comment:1 Changed 2012-08-03T10:16:33-05:00 by curtis
comment:10 Changed 2012-09-06T14:17:02-05:00 by curtis
- Blocked By 1364, 1373, 1375, 1388, 1389 removed
comment:11 Changed 2012-09-06T14:17:28-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
We added two more tutorials: intro-to-imagej-api and add-two-datasets. The latter demonstrates multiple ways of adding images together, including one that uses ImgLib2 OPS.
Some initial ideas: